Commit Graph

5055 Commits

Author SHA1 Message Date
twinaphex
238699d5a4 (XDK) Fix builds 2013-01-09 02:41:19 +01:00
twinaphex
2205da0fea Add platform exec files 2013-01-09 02:33:16 +01:00
twinaphex
70c85be081 Refactored out of existence rarch_console_exec.c - now implemented
per platform port that needs it
2013-01-09 02:31:54 +01:00
twinaphex
56e8b3233a (XDK) Salamander merged into platform_xdk.c 2013-01-09 01:35:46 +01:00
twinaphex
e1985b8bfd (PS3) Salamander merged into platform_ps3.c 2013-01-09 00:54:46 +01:00
twinaphex
0cd26b3623 (GX) Salamander code baked into platform_gx.c - debloats things 2013-01-09 00:10:56 +01:00
Themaister
5832f849f0 Don't allow pressed fingers count to wrap around.
Play safe. Shouldn't happen, but you never know with Android.
2013-01-09 00:41:40 +01:00
Themaister
c3ff164919 Increase MAX_TOUCH.
Ensure that we don't set data outside array.
Warn if this happens.
2013-01-09 00:40:38 +01:00
twinaphex
410e32b64a Reuse g_extern.title_buf (already preset) in console menus 2013-01-08 23:36:04 +01:00
twinaphex
05ec28aef5 Make init_system_info function public 2013-01-08 22:52:56 +01:00
twinaphex
dfc2d7ed3f (PS3) Fix build 2013-01-08 22:24:39 +01:00
Themaister
5bf9eeb802 Move some RARCH_CONSOLE stuff around. 2013-01-08 23:22:08 +01:00
twinaphex
1fb34c9dd5 (RARCH_CONSOLE) Console driver initing/deiniting 2013-01-08 22:17:38 +01:00
twinaphex
bb3b944ac4 (360) Fixed back to game and back to menu shortcut combo
(Right Thumb + Left Thumb)
2013-01-08 19:22:34 +01:00
twinaphex
f3a74fe44f (XDK) Clear to black in xdk_d3d_frame 2013-01-08 19:16:06 +01:00
twinaphex
7b63268036 (XDK) Bind xdk_d3d_set_shader to callback system 2013-01-08 19:07:06 +01:00
twinaphex
3fbb716a8e (360) Do Clear() at start of xdk_frame - should do menu
rendering properly now
2013-01-08 19:03:42 +01:00
twinaphex
4df53478a9 (Xbox 1) Fixes controls for Xbox 1 too - X/Y buttons inverted 2013-01-08 18:54:10 +01:00
twinaphex
686e43b911 (360) Fixes controls - X and Y button were inverted 2013-01-08 18:42:24 +01:00
twinaphex
db6235ab06 (360) Starts up again - bad sound/controls 2013-01-08 18:32:28 +01:00
twinaphex
5192ce4709 (360) Add some more checks 2013-01-08 18:24:31 +01:00
twinaphex
10fd5ea617 (360) Add more error checking in D3D code 2013-01-08 17:48:55 +01:00
twinaphex
b732dc14bd (360) Don't 'skip' pushing stock shader to target 2013-01-08 17:20:06 +01:00
twinaphex
59e434ab09 (360) Stays in MODE_MENU now - still black screen thouh 2013-01-08 17:15:43 +01:00
Themaister
31dc256e19 Do not allow audio to be initialized twice. 2013-01-08 13:23:15 +01:00
Themaister
235244e438 Use safer checking when dealing with FP. 2013-01-08 12:42:28 +01:00
twinaphex
f7fdf34914 Cleanup unused header includes in rarch_console_video.c 2013-01-08 09:00:38 +01:00
twinaphex
025f0995f5 (RARCH_CONSOLE) Refactor frontend_psp.c into platform_psp.c 2013-01-08 08:38:25 +01:00
twinaphex
92ef192b2a (RARCH_CONSOLE) Move logger function invocations into platform
files
2013-01-08 08:30:54 +01:00
twinaphex
bc4e010a96 (RARCH_CONSOLE) frontend_console cleanups 2013-01-08 08:11:05 +01:00
twinaphex
2ad74ead6c Rename frontend_* files into platform_* 2013-01-08 07:44:57 +01:00
twinaphex
e8a0ab1e1d (XDK) Now uses frontend_console.c too 2013-01-08 06:26:02 +01:00
twinaphex
728e88994d (Xbox 1) Fixes double swap issue - fixes flickering in
RMenu
2013-01-08 06:17:20 +01:00
twinaphex
f735b0c252 (360) Small correction 2013-01-08 06:08:47 +01:00
twinaphex
e0a596dbd7 (360) fix some references 2013-01-08 06:02:19 +01:00
twinaphex
32a557c852 (360) Some build fixes - still broken 2013-01-08 05:59:30 +01:00
ToadKing
f33ed73671 (Consoles) re-add second timer for scroll delays 2013-01-07 23:58:00 -05:00
ToadKing
1dc08b9a6d (GX) work with new console code 2013-01-07 23:48:21 -05:00
Themaister
7c3b9486b3 Set in_rate by default on PC as well.
Causes no harm.
2013-01-08 04:58:41 +01:00
twinaphex
33ae5b3e3d (RARCH_CONSOLE) Do early initing of audio/video/input - add
hack to settings.c to progress beyond assert
2013-01-08 03:56:17 +01:00
Themaister
d9ee3e54ec Fix segfault when set_shader() fails. 2013-01-08 04:36:39 +01:00
Themaister
d9b640fafe (RARCH_CONSOLE) fixups for set_shader(). 2013-01-08 04:08:15 +01:00
Themaister
e12f805708 Fix build for D3D9. 2013-01-08 04:08:15 +01:00
Themaister
551a464978 Rework index parameter to set_shader(). 2013-01-08 04:08:15 +01:00
ToadKing
8887eb4680 change default overlay to work better with touch controls. diagonals and multiple face button pressed no longer require two separate presses 2013-01-07 20:57:36 -05:00
twinaphex
c721ddd560 (RARCH_CONSOLE) One main() function to rule them all - PS3
port currently set up - callback system needs to be done
later for system/platform-specific functions
2013-01-08 01:26:18 +01:00
twinaphex
fe62828fb1 (RARCH_CONSOLE) Refactor timer code 2013-01-08 00:35:49 +01:00
twinaphex
1c39f6f630 (GLSL) Fixes PC build - added TODO note 2013-01-07 23:33:54 +01:00
twinaphex
88653cbc10 (RMenu) Put filebrowser instances on heap 2013-01-07 23:29:56 +01:00
twinaphex
06be0e521d (Rzlib) Cleanups to rzlib frontend code 2013-01-07 19:22:35 +01:00