1133 Commits

Author SHA1 Message Date
AndresSM
dea3f1ca1f change code to match old info file structure to avoid crashes with old info files
if firmware is numbered from 1, one entry will be missing
2014-03-03 01:57:18 -05:00
Twinaphex
ac6801e653 Merge pull request #586 from fr500/master
check if BIOS is present
2014-03-03 07:11:26 +01:00
AndresSM
08fadaaf8c check if BIOS is present 2014-03-03 01:02:29 -05:00
twinaphex
7d178d015a (XUI) Add RGUI_SETTINGS_CORE_INFO 2014-03-03 06:48:09 +01:00
twinaphex
57aadf75b6 (Menu) Take out stray printf 2014-03-03 06:26:58 +01:00
AndresSM
10d90176e1 Add core information menu 2014-03-03 00:22:28 -05:00
twinaphex
049cc408fc (XUI) Cleanups 2014-03-03 00:25:22 +01:00
twinaphex
ef4b5192ab (360 RXUI) Take out XM_CONTROL_NAVIGATE and XM_NOTIFY 2014-03-03 00:22:38 +01:00
twinaphex
ca8aa77a6b (XUI) Show menu labels 2014-03-02 22:52:48 +01:00
twinaphex
f479149364 (XUI) Do XuiListSetCurSel explicitly at end of file_list_pop 2014-03-02 21:24:58 +01:00
Themaister
511bc8b5ec Allow retrieval of core_info_t for selected core.
Refactor a bit to avoid lots of duplicated
libretro_free_system_info/get_system_info, etc.
Also copy the core_info_t struct on core change.
2014-03-02 14:07:07 +01:00
Themaister
e24381ab44 Add space for consistency. 2014-03-02 12:34:54 +01:00
Themaister
5f3e0ffa8e Don't have to "save" key_event callback.
keyboard_line module already makes sure it works.
2014-03-02 12:30:32 +01:00
Themaister
a13da8da19 Repurpose RSound IP address setting.
It's hardcoded for RSound, but it's actually setting the generic audio device ...
2014-03-02 12:25:38 +01:00
Themaister
4ae4d40364 Fix shader preset save.
Have to take into consideration the preset type.
2014-03-02 12:15:18 +01:00
Themaister
d111a0c658 Cleanups to keyboard callback stuff. 2014-03-02 11:45:41 +01:00
twinaphex
a8573860fa Compile in rsound audio driver by default and make RSound
Server IP Address setting configurable by keyboard
2014-03-02 07:22:19 +01:00
twinaphex
f9d21c6804 (Menu) Make 'Save as Shader Preset' option available to non-HAVE_OSK targets as
well
2014-03-02 06:44:32 +01:00
twinaphex
5bb7097fbb (Menu) Add OSK enable option 2014-03-02 06:07:18 +01:00
twinaphex
a58820d927 (Menu) You can now input nickname, IP address and TCP/UDP port
with the keyboard
2014-03-02 05:46:33 +01:00
twinaphex
6f19662d75 (Menu) Split up keyboard input line cb code to separate file - menu_input_line_cb 2014-03-02 05:24:57 +01:00
twinaphex
23489132b3 (Menu) VERY WIP - Netplay options. Still lacks way to input a
name/IP address/port with a keyboard callback - also state
bringing up/teardown will need to be handled
2014-03-02 04:46:26 +01:00
twinaphex
3f5e3c191e (XDK) Build fixes 2014-03-02 02:18:37 +01:00
Themaister
fce4ebd31e Move core_info to frontend/info. 2014-03-01 11:53:04 +01:00
Themaister
2cd51db6c0 Move file_list.c to frontend/menu.
Doesn't belong in top-dir.
2014-03-01 11:41:00 +01:00
twinaphex
bbb9de2712 (XUI) Update labels #2 2014-03-01 00:01:11 +01:00
twinaphex
5440704503 (XUI) Update labels 2014-02-28 23:40:37 +01:00
twinaphex
10bee2c6b0 (RXUI) Replace manual clearing of selection_ptr with menu_navigation
equivalent
2014-02-28 23:18:36 +01:00
twinaphex
c8c6eecfcf (RXUI) Build fix 2014-02-28 23:16:37 +01:00
twinaphex
bca4b77573 (Menu) Isolate menu ptr selection code to separate file menu_navigation.c 2014-02-28 23:14:42 +01:00
twinaphex
6c6fd23a3f (XUI) Use XuiListSetCurVisible instead of XuiListSetCur 2014-02-28 21:58:37 +01:00
twinaphex
450318394a (XUI) Build fixes 2014-02-28 21:55:50 +01:00
twinaphex
da3cff4903 (XUI/Menu_common) Set current selection per action 2014-02-28 21:49:46 +01:00
twinaphex
189b043bb7 (XDK360) Build fixes 2014-02-28 21:24:39 +01:00
twinaphex
db32d8a344 (RXUI) Cleanups 2014-02-28 21:15:16 +01:00
twinaphex
5a17ec7210 (Rmenu XUI) Entries get filled in now - now to get internal
state sync right between menu_common and RMenu XUI representation
2014-02-28 20:43:49 +01:00
twinaphex
6922a1ac0f (XDK 360) Take out all subscreens 2014-02-28 19:22:32 +01:00
twinaphex
36ccecf152 (XDK360) Take out fetch_directory_entries 2014-02-28 19:16:23 +01:00
twinaphex
4c22d1063d (360) Add HAVE_RMENU_XUI hooks to file_list.c 2014-02-28 19:07:30 +01:00
twinaphex
dd7a4b4128 (RMenu XUI) Stub rmenu_xui_render 2014-02-28 17:51:26 +01:00
twinaphex
123d58df72 (Rmenu) Rename render_background to rmenu_render_background 2014-02-28 16:43:41 +01:00
twinaphex
6daf8a1d4f (Menu) Make input_postprocess part of menu_ctx_driver_t 2014-02-28 01:44:03 +01:00
twinaphex
8bcb4cf72b (Menu) Reduce namespace conflicts 2014-02-28 01:34:10 +01:00
Themaister
f49f16b7fb Add missing TURBO_ENABLE. Avoid weird +1 offset. 2014-02-27 08:10:09 +01:00
twinaphex
e316a966a5 (RGUI) Make it possible to map all binds from RGUI 2014-02-27 05:25:33 +01:00
twinaphex
84f3513c2f (Lakka) Change glTexParameterf to glTexParameteri 2014-02-26 21:36:25 +01:00
twinaphex
b58fa92cfc (Lakka) Build fixes 2014-02-26 21:17:50 +01:00
twinaphex
9d311a8f9e (Lakka) Add unfinished Lakka menu display driver 2014-02-26 21:10:39 +01:00
twinaphex
ffed705b4c (GX) Add more line-doubled resolutions 2014-02-26 20:22:10 +01:00
twinaphex
631b1709d8 (RMenu) Fix some labels 2014-02-25 21:00:33 +01:00