9850 Commits

Author SHA1 Message Date
twinaphex
065e98ee29 (XDK D3D) Refactor code in xdk_d3d_frame - make it more like render_chain
from PC D3D driver
2014-03-03 02:22:41 +01:00
twinaphex
609f40a3bf (XDK D3D) Add black frame insertion code block - will be useless
for Xbox consoles so far anyway but just to keep in sync with
PC D3D driver
2014-03-03 02:05:34 +01:00
twinaphex
43a8520ee8 (XDK D3D) Refactor set_viewport code 2014-03-03 01:57:16 +01:00
twinaphex
b127607caf (XDK D3D) Refactor to be more like D3D PC driver 2014-03-03 01:45:01 +01:00
twinaphex
2414a502fd (XDK D3D) Cleanups 2014-03-03 00:50:32 +01: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
a098129a9b Fix Android build.
No idea how it built before (?!)
2014-03-02 14:17:26 +01:00
Themaister
2d8313479b Don't require display_info for core_info_list_get_info. 2014-03-02 14:12:40 +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
913f5b4561 Check for old libavutil version. 2014-03-02 13:18:57 +01:00
Themaister
0efbe496a3 Drop use of deprecated FFmpeg APIs. 2014-03-02 13:05:49 +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
82b78c42f8 (MSVC) Add new file 2014-03-02 05:26:09 +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
3835db276f Build fix 2014-03-02 03:33:12 +01:00
twinaphex
3f5e3c191e (XDK) Build fixes 2014-03-02 02:18:37 +01:00
Themaister
52c32072ec Add log level support for libretro cores. 2014-03-01 12:02:48 +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
9481b632ff (XDK) Don't clear analog state at start of poll function 2014-03-01 01:53:18 +01:00
twinaphex
8614c01f0f (360) Clean up/remove some unnecessary media files 2014-03-01 01:39:59 +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
755c07fe35 (XUI) file_list - use XuiSetCurlSel for file_list_pop 2014-02-28 21:47:06 +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
1f8c357ced (XDK 360) Remove references to subscreen XUI menus 2014-02-28 19:26:22 +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