Commit Graph

5168 Commits

Author SHA1 Message Date
Themaister
9b12e9b3b4 Fix C++ compat. 2013-01-12 00:34:47 +01:00
twinaphex
685a0d581f (360) Have to drop the slashes for this to work on WIN32-style
consoles
2013-01-11 23:30:15 +01:00
Themaister
88df35578d Pass float font sizes to cores. 2013-01-12 00:13:30 +01:00
twinaphex
7d1571e637 rarch_zlib.c - some nits 2013-01-11 23:08:12 +01:00
twinaphex
3c16ea972d Fix - rarch_zlib_xtract_file - is_dir would always be false for _WIN32
targets
2013-01-11 23:06:25 +01:00
twinaphex
5b63da79db Make rarch_zlib.c more generic 2013-01-11 23:04:46 +01:00
twinaphex
f21c998cc7 Change font_size to float 2013-01-11 23:00:51 +01:00
twinaphex
81fecc88ea (RARCH_CONSOLE) Renamed console_rom_ext.c to rarch_zlib.c -
compiled it in for HAVE_ZLIB (for griffin) - moved rarch_console_load_game_wrap
to frontend_console.c and renamed it console_load_game
2013-01-11 22:46:14 +01:00
twinaphex
cba3b80925 (RARCH_CONSOLE) Rename rarch_console_settings.c to rmenu_settings.c 2013-01-11 22:27:31 +01:00
twinaphex
c7adeb9ed0 (RMenu) Rmenu now uses g_settings.video.font_size 2013-01-11 21:05:15 +01:00
twinaphex
09f4482016 (Xbox 1) Fix flicker filter label 2013-01-11 20:37:22 +01:00
twinaphex
2deef97ed5 (Xbox 1) Build fix 2013-01-11 20:21:16 +01:00
twinaphex
2fa133de5c (RARCH_CONSOLE) Put exitspawn conditional into frontend_console.c 2013-01-11 20:13:02 +01:00
twinaphex
9a49430048 (360) Exitspawn fix 2013-01-11 20:10:04 +01:00
twinaphex
c58a54b0a3 (360) Build fix 2013-01-11 20:06:50 +01:00
twinaphex
6047df275d (360) Clean up font code somewhat 2013-01-11 20:02:46 +01:00
twinaphex
cc43b84ff2 (RARCH_CONSOLE) Refactor more state variables 2013-01-11 19:44:34 +01:00
twinaphex
d84dec4c96 (360) Fix build 2013-01-11 18:22:18 +01:00
twinaphex
b67fd69c26 (RARCH_CONSOLE) Refactored out rmenu_hd/rmenu_widescreen 2013-01-11 18:14:54 +01:00
Themaister
79dd7f79d7 Fix build for Win32. 2013-01-11 16:44:58 +01:00
Themaister
8f9e65b5a7 Allow triggering multiple buttons with one desc. 2013-01-11 16:43:12 +01:00
Themaister
93c4682f99 Add RARCH_DEVICE_POINTER_SCREEN to Android. 2013-01-11 16:32:49 +01:00
Themaister
312980ee30 Add support for full-screen overlays. 2013-01-11 16:23:04 +01:00
Themaister
d50ad3e543 Uninstall retrolaunch properly. 2013-01-11 11:57:19 +01:00
Themaister
e35c6375ee Fix C++ incompatibilities in retrolaunch. 2013-01-11 11:51:52 +01:00
Themaister
99eec95823 Minor cleanup in Makefile. 2013-01-11 11:30:06 +01:00
Themaister
8abaebde6f Do not error out when finding file without ext. 2013-01-11 11:29:13 +01:00
Themaister
90bd020595 Do not segfault when given '--help' as argument. 2013-01-11 11:18:56 +01:00
Themaister
8664c4b990 Fix warning. 2013-01-11 11:04:28 +01:00
twinaphex
193f90a68f (RARCH_CONSOLE) Clean up config_set_defaults somewhat 2013-01-11 08:38:02 +01:00
twinaphex
e0d98bfe2d (XDK) Fix build 2013-01-11 08:21:33 +01:00
twinaphex
67ab39e6be (RARCH_CONSOLE) Refactored external_launch 2013-01-11 08:15:23 +01:00
twinaphex
33a2816681 (RARCH_CONSOLE) Refactored out msg_info 2013-01-11 07:49:32 +01:00
twinaphex
ca3be92255 (RARCH_CONSOLE) Refactor msg_fps variable 2013-01-11 06:56:05 +01:00
twinaphex
5bf022fd99 (RARCH_CONSOLE) Use local variable copy of g_extern.lifecycle_menu_state in frame
functions - more state functionality will be moved here (for console ports)
2013-01-11 06:32:35 +01:00
twinaphex
936e7b2709 (Retrolaunch) Fixup most warnings 2013-01-11 06:22:57 +01:00
twinaphex
bc0fc2c554 (360) Fix build (to do with RMenu changes) 2013-01-11 06:10:54 +01:00
twinaphex
1f765e24f6 Add ficoos to AUTHORS (for RetroLaunch) 2013-01-11 06:05:05 +01:00
Squarepusher
b6c5a434de Merge pull request #117 from ficoos/retrolaunch
Add retrolaunch
2013-01-10 21:01:11 -08:00
Saggi Mizrahi
15ad74fdad Add retrolaunch
Signed-off-by: Saggi Mizrahi <ficoos@gmail.com>
2013-01-10 23:49:12 -05:00
twinaphex
a8cbbeb17c (RMenu)Everything to do with lifecycle_menu_state is mostly RMenu-only 2013-01-11 04:41:57 +01:00
twinaphex
7411d140f8 Fix PC build 2013-01-11 04:39:24 +01:00
twinaphex
28566bd3e1 (Wii) Add changes to Rmenu code 2013-01-11 04:36:40 +01:00
twinaphex
c869e3f32c Small cleanup to rarch_console_load_game_wrap 2013-01-11 04:00:29 +01:00
twinaphex
92815bb805 (RMenu) RMenu now has POSIX-style return codes - uses it for
determining if we ned to exit from rmenu_iterate
2013-01-11 03:58:43 +01:00
twinaphex
6e1fbafb30 (RARCH_CONSOLE) Easier flow control 2013-01-11 02:32:21 +01:00
twinaphex
d324b21949 (RARCH_CONSOLE) Remove flow control state functions in rarch_settings_change 2013-01-11 02:11:50 +01:00
twinaphex
9bc24151f2 (XDK D3D) Go through local pointer to render device 2013-01-11 00:58:08 +01:00
twinaphex
f93f3ea6d4 (Griffin) Use new xaudio.cpp 2013-01-11 00:27:56 +01:00
Themaister
e5c9991c6e Merge branch 'master' of github.com:Themaister/RetroArch
Conflicts:
	audio/xaudio-c/xaudio-c.c
2013-01-11 01:18:33 +01:00