Commit Graph

2929 Commits

Author SHA1 Message Date
Twinaphex
6a5ddee67e (PS3) Menu stack code cleanups 2012-06-28 21:03:14 +02:00
TwinAphex51224
4293872f5c (360) Move xdk360_input_loop to menu.cpp 2012-06-28 18:54:06 +02:00
Twinaphex
c0f10f41ed (Console) rarch_startup returns bool value now - indicating
ROM loading error/success
2012-06-28 18:33:40 +02:00
Themaister
c440c7a50a Add support for RETRO_DEVICE_ANALOG. 2012-06-28 18:32:06 +02:00
Twinaphex
32383f168b (Console) Attempt to trap ROM loading errors 2012-06-28 18:10:04 +02:00
Twinaphex
f0026384d3 (Console) Rename console_ext.c to retroarch_console.c 2012-06-28 17:52:51 +02:00
Twinaphex
ed57cc81f9 (PS3/360) Add load_shader wrapper function for consoles 2012-06-28 17:35:20 +02:00
Twinaphex
2865fc1fc9 (PS3) Menu refactor - get rid of hardcoded waitstates for every action 2012-06-28 17:11:22 +02:00
Twinaphex
968d8b300a (PS3) More shoddy menu code refactored 2012-06-28 14:10:05 +02:00
Twinaphex
56a05bdbee (PS3) Refactor sucky menu code - beginning with input 2012-06-28 13:11:07 +02:00
Twinaphex
f6b1d8cfca (Wii) Use rarch_settings_msg for platform-agnostic string representation
in RetroArch console ports
2012-06-28 12:05:36 +02:00
Themaister
41868ac1da Hoist out #ifdefs from gfx_ctx_get_window_size (SDL). 2012-06-27 20:03:36 +02:00
Toad King
470dda1e3c (WII) add message box when loading a rom (feedback when loading large roms)
fix file browser list stretching past the bottom of the screen
2012-06-27 02:30:14 -04:00
Toad King
6b28b48c37 (WII) compile fix 2012-06-27 02:26:56 -04:00
Toad King
bae4f75d2c Merge branch 'master' of git://github.com/Themaister/RetroArch 2012-06-27 00:57:59 -04:00
Toad King
0eac1aea7d .gitignore 2012-06-27 00:56:56 -04:00
Toad King
c32b5985b8 better sdl_x11 detection, don't resize on non-x11 video 2012-06-27 00:54:42 -04:00
Toad King
0a64640303 don't error on no window manager SDL video 2012-06-27 00:44:20 -04:00
Toad King
5713f88f11 (WII) enable file browser loop-around 2012-06-27 00:43:25 -04:00
Twinaphex
41259ad334 (Wii) Add File Browser string on top - move filebrowser entries
down
2012-06-27 00:17:02 +02:00
Themaister
b3c270d3f3 Add rate control interface for Wii audio. 2012-06-26 20:11:52 +02:00
Twinaphex
ad8cc4a37e (Wii) Support video frame duping - for Gambatte 2012-06-26 19:04:37 +02:00
Twinaphex
d97465d16d (Wii) Removed freetype dependency 2012-06-26 18:58:41 +02:00
Twinaphex
2133691d9d (PS3) Add CELL_MK_DIR define to Salamander makefile 2012-06-26 17:19:59 +02:00
Hans-Kristian Arntzen
921a91210f Merge pull request #16 from ToadKing/master
Optimizations and fixups for Wii port.
2012-06-25 13:48:22 -07:00
Toad King
25a55c1565 audio fix 2012-06-25 16:46:09 -04:00
Toad King
6b90c32d3f audio fixes 2012-06-25 16:33:40 -04:00
Toad King
077ebdafa7 Merge branch 'master' of github.com:ToadKing/RetroArch-Rpi 2012-06-25 15:34:48 -04:00
Toad King
96cf65f70e Merge branch 'master' of http://github.com/Themaister/RetroArch 2012-06-25 15:31:50 -04:00
Toad King
ebf7259128 Merge branch 'master' of http://github.com/Themaister/RetroArch 2012-06-25 15:27:55 -04:00
Toad King
49c9e766af Wii changes 2012-06-25 15:27:41 -04:00
Twinaphex
adecf622eb (Wii) Updated links to RGUI 2012-06-25 21:20:56 +02:00
TwinAphex51224
0ba4dd8eae (Xbox 1) Links 2012-06-25 00:13:24 +02:00
TwinAphex51224
2e18773ad7 (Xbox 1) Use Sleep for Xbox 1 as well 2012-06-25 00:03:56 +02:00
TwinAphex51224
1654c5b7d1 (Xbox 1) Down to 3 linking errors 2012-06-24 23:59:16 +02:00
TwinAphex51224
0faac2faf9 (Xbox 1) Don't include in the Xbox 360 drivers 2012-06-24 23:31:36 +02:00
TwinAphex51224
f3cbdb2522 (Xbox 1) Add __STDC_CONSTANT_MACROS to preprocessor defines 2012-06-24 23:28:18 +02:00
TwinAphex51224
4de1348dc2 (Xbox 1) Add fprintf pre-appending to Xbox 1 logger_override 2012-06-24 23:26:04 +02:00
TwinAphex51224
675b033eba (Xbox 1) Use xtl.h for Xbox 1 too 2012-06-24 23:22:46 +02:00
TwinAphex51224
fd31071451 (Xbox 1) Add _XBOX define rule for custom stdint.h 2012-06-24 23:19:30 +02:00
TwinAphex51224
38abfd9ed1 (Xbox 1) Include 'include' dir for Xbox 1 so xtl.h is accessible 2012-06-24 23:14:49 +02:00
TwinAphex51224
0ef1e9e4ab (Xbox 1) Fixups to PACKAGE_VERSION define / settings function 2012-06-24 22:54:43 +02:00
TwinAphex51224
b5acc3863e (Xbox 1) Variadic macros workaround for VC 7.1 2012-06-24 22:47:51 +02:00
TwinAphex51224
31bab3015a (Xbox1) Non-hardcoded include path 2012-06-24 22:08:01 +02:00
TwinAphex51224
2b1a4e22ca (Xbox 1) stdint.h inclusion in a clean way 2012-06-24 22:04:20 +02:00
Twinaphex
6ba868a8ff Fix rarch_stdint.h reference in fifo_buffer.c 2012-06-24 21:48:10 +02:00
TwinAphex51224
e4e7216b90 Revert rarch_stdint.h references 2012-06-24 21:55:36 +02:00
TwinAphex51224
d5bb5fd7af (Xbox 1)) Changes 2012-06-24 21:25:11 +02:00
TwinAphex51224
f201819ce0 (360) Introduce new 360 define - _XBOX360 - for differentating between
Xbox 1 and 360
2012-06-24 21:13:56 +02:00
TwinAphex51224
abca1fca60 (Xbox 1) Add initial Xbox 1 solution + cover stdint.h missing in
pre-MSVC 2010
2012-06-24 21:09:52 +02:00