Commit Graph

820 Commits

Author SHA1 Message Date
twinaphex
04cacb5e30 Upgrade lifecycle_menu_state to 64bit variable lifecycle_mode_state 2013-01-12 03:13:03 +01:00
twinaphex
d6dd17bab1 (Zlib) Fix header function signature 2013-01-12 02:38:35 +01:00
twinaphex
ba51ff51f7 (RARCH_CONSOLE) Refactored zip_extract variable 2013-01-12 02:35:40 +01:00
twinaphex
826c844656 Return -1 when rarch_zlib_extract_archive fails somewhere 2013-01-12 00:55:01 +01:00
twinaphex
e8adce7740 (rarch_zlib) Use fill_pathname_join - avoid snprintf 2013-01-11 23:51:20 +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
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
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
cc43b84ff2 (RARCH_CONSOLE) Refactor more state variables 2013-01-11 19:44:34 +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
7411d140f8 Fix PC build 2013-01-11 04:39:24 +01:00
twinaphex
c869e3f32c Small cleanup to rarch_console_load_game_wrap 2013-01-11 04:00:29 +01:00
twinaphex
d324b21949 (RARCH_CONSOLE) Remove flow control state functions in rarch_settings_change 2013-01-11 02:11:50 +01:00
twinaphex
f93f3ea6d4 (Griffin) Use new xaudio.cpp 2013-01-11 00:27:56 +01:00
twinaphex
7ebbafe8e1 (RARCH_CONSOLE) Don't need rarch_settings_change anymore for
exiting
2013-01-10 22:42:12 +01:00
twinaphex
b5e82dae59 (RARCH_CONSOLE) Refactor ingame_menu.enable variable 2013-01-10 20:29:07 +01:00
twinaphex
3c8bb7333e (RMenu) Refactor g_extern.draw_menu 2013-01-10 19:43:00 +01:00
twinaphex
a6f04970a3 (Rmenu) get rid of static bool preinit in rmenu_iterate 2013-01-10 19:17:35 +01:00
twinaphex
fd2013bb08 (360) set_shader variable could be removed now - setting it with
g_extern.lifecycle_menu_state
2013-01-10 18:19:52 +01:00
twinaphex
7a3b021b17 g_extern.console.rmenu.mode becomes g_extern.lifecycle_menu_state 2013-01-10 18:04:04 +01:00
twinaphex
530fe37373 (Xbox 1) Move xbox1/image.c to xdk/image.c 2013-01-10 09:22:33 +01:00
twinaphex
72a760c9c5 (RARCH_CONSOLE/Zlib) Add safety checks for when we try to load
the first file of a ZIP archive that is an incompatible game (ROM)
2013-01-10 09:09:57 +01:00
twinaphex
6ad5d46781 (RARCH_CONSOLE) rmenu.mode is now set with bitmasked values so
as to allow more state management options
2013-01-10 08:46:46 +01:00
twinaphex
cc71a83fa8 (RARCH_CONSOLE) Console ports now use config_load for loading
config file stuff and config_set_default as only place to load
defaults from. Slightly messy defaults will be cleaned up later.
2013-01-10 06:38:19 +01:00
twinaphex
1b398a1941 (PSP) comment out non-working video driver for now - use null video
for now
2013-01-10 04:22:42 +01:00
twinaphex
47c421eb8f Some better ifdefs in griffin.c 2013-01-10 03:34:43 +01:00
twinaphex
c6e8ff2206 (Xenon) Rename dir from 360 to xenon 2013-01-10 03:24:38 +01:00
twinaphex
436f05709b (360) Xaudio2 360 driver uses same C backend file as PC now 2013-01-10 01:53:37 +01:00
twinaphex
589b5eefdb (360) 360 audio driver now goes through the same Xaudio driver
as PC
2013-01-09 22:04:28 +01:00
twinaphex
5f398be410 (GX) Split up RMenu code into rmenu_gx.c 2013-01-09 18:31:14 +01:00
twinaphex
edb77760ea (RARCH_CONSOLE) Small cleanups in console headers 2013-01-09 18:07:38 +01:00
twinaphex
a925f3ca9f (RARCH_CONSOLE) Rename and relocate all menu files 2013-01-09 17:50:12 +01:00
twinaphex
84f7a2f5f8 Indenting nits 2013-01-09 07:27:05 +01:00
twinaphex
9c67f3a6ac refactor out rarch_console_get_rom_ext - use this for PC too
since RMenu depends on it and it will run on that as well
2013-01-09 07:07:46 +01:00
twinaphex
8fdc5197f5 (RARCH_CONSOLE) Use g_extern.fullpath 2013-01-09 06:40:55 +01:00
twinaphex
b074adbc1d (Griffin) Add NULL ifdefs for Griffin 2013-01-09 05:57:02 +01:00
twinaphex
403a087926 Null drivers have to be explicitly compiled in now -
otherwise they are ommitted
2013-01-09 05:54:48 +01:00
twinaphex
f53321b0ce (Xbox 1) Iosupport.cpp code integrated into platform_xdk.c 2013-01-09 05:24:31 +01:00
twinaphex
d5b3cef544 HAVE_ZLIB functions now part of rarch_console_rom_ext.c 2013-01-09 04:51:14 +01:00
twinaphex
71b632faba Remove rarch_console_libretro_mgmt.c 2013-01-09 03:44:10 +01:00
twinaphex
413c757144 Move libretro_management functions to frontend_console and rename
them
2013-01-09 03:34:05 +01:00
twinaphex
1e57bcab5f Move rarch_manage_libretro_set_first_file to frontend_console.c 2013-01-09 02:49:20 +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
0cd26b3623 (GX) Salamander code baked into platform_gx.c - debloats things 2013-01-09 00:10:56 +01:00
twinaphex
410e32b64a Reuse g_extern.title_buf (already preset) in console menus 2013-01-08 23:36:04 +01:00
twinaphex
f7fdf34914 Cleanup unused header includes in rarch_console_video.c 2013-01-08 09:00:38 +01:00