twinaphex
e4681e0013
Make it possible to compile without HAVE_MENU defined
2014-09-05 18:14:00 +02:00
twinaphex
a66b16c862
(frontend.c) Cleanup non-HAVE_MENU codepath
2014-09-05 18:05:46 +02:00
twinaphex
4569b4f32c
Refine frontend_loop some more
2014-09-05 16:34:37 +02:00
twinaphex
1426e705c9
(Frontend) Go through frontend_loop function pointer
2014-09-05 16:08:03 +02:00
twinaphex
f495170f3a
(frontend.c) Cleanups
2014-09-05 06:08:48 +02:00
twinaphex
ca1066d60e
Refactor CLEAR_INPUT
2014-09-05 05:57:27 +02:00
twinaphex
d539bed82c
Hide more manipulation of lifecycle_state behind rarch_main_set_state
...
function
2014-09-03 18:36:46 +02:00
twinaphex
ba8f817587
(Frontend) Go through rarch_main_command
2014-09-03 17:01:06 +02:00
twinaphex
bc611b8cc1
(Menu) Add MENU_FILE_PLAYLIST_ENTRY
2014-09-02 23:42:40 +02:00
twinaphex
76591ecc9f
(frontend.c) build fix - missing return statement
2014-09-02 17:24:52 +02:00
twinaphex
af3e648a42
(frontend.c) Get rid of some extraneous elses in frontend.c
2014-09-02 17:13:43 +02:00
twinaphex
4a2d3cbd4b
Cleanups - 80-char limit
2014-09-02 05:32:04 +02:00
twinaphex
e6472b5a72
Move MAX_ARGS define to frontend.c
2014-08-27 01:08:29 +02:00
twinaphex
51637bc69e
Code reformatting to abide by 80-character limit
2014-08-20 16:26:34 +02:00
twinaphex
c706644c05
(Menu) Go through RARCH_CMD_VIDEO_SET_BLOCKING_STATE
2014-08-16 18:49:06 +02:00
twinaphex
823be1ce41
Get rid of more driver_funcs macros
2014-08-15 20:51:59 +02:00
twinaphex
2cb8d06c7a
Move config_save_on_exit to g_settings
2014-08-12 03:36:26 +02:00
twinaphex
30db4df19e
Rename more references to 'ROMs'
2014-08-12 03:22:44 +02:00
twinaphex
91bad2b25d
(PS3) Build fixes
2014-08-09 03:25:11 +02:00
twinaphex
901b5361fd
Build fix
2014-08-03 02:44:21 +02:00
twinaphex
675b8370e3
Refactor main_load_content
2014-08-03 02:09:41 +02:00
twinaphex
1ce72b3859
(Android) Fix build
2014-08-03 00:00:41 +02:00
twinaphex
3e8715c3f3
Cleanup main_entry_iterate_load_content
2014-08-02 19:00:34 +02:00
twinaphex
671be27367
Move code to load_menu_content
2014-08-02 18:41:43 +02:00
twinaphex
d376fbe8c4
Cleanups
2014-08-02 13:50:56 +02:00
twinaphex
53ae4cd72c
Refactor audio stop/start
2014-08-02 12:08:53 +02:00
twinaphex
6a0c3ff25d
Refactor more functions - make more functions in retroarch.c static
...
that don't need to be public
2014-08-02 01:49:36 +02:00
twinaphex
8285f6021f
Refactor away rarch_main_idle_iterate
2014-08-01 17:57:14 +02:00
twinaphex
f958587a57
Rename load_menu_game to load_menu_content
2014-07-28 01:55:59 +02:00
twinaphex
86f2ef2ae8
Get rid of free_args
2014-07-28 01:28:48 +02:00
twinaphex
458e4d83f4
Make load_menu_game_prepare a static function and call it from
...
load_menu_game
2014-07-28 01:00:16 +02:00
twinaphex
1175ced819
(Frontend.c) Some more cleanups
2014-07-28 00:31:20 +02:00
twinaphex
1dfccb84e1
Refactor menu_load_game and the content loading routine in
...
frontend.c
2014-07-28 00:18:05 +02:00
twinaphex
e104698f7e
Refactor load_menu_game/main function some more
2014-07-27 20:24:06 +02:00
twinaphex
b0490c4f8c
Build fix
2014-07-27 17:17:23 +02:00
Twinaphex
b67b481f1c
(Frontend/Menu) start refactoring load_menu_game
2014-07-27 08:17:38 +02:00
twinaphex
24f0dcc550
Refactor away load_menu_game_prepare_dummy
2014-07-25 22:11:34 +02:00
twinaphex
fe58051bce
Backport ToadKing - (Emscripten) Build fix
2014-07-23 07:18:27 +02:00
twinaphex
cd89a37682
(Emscripten) Refactor platform_emscripten.c - ToadKing - test
...
if this still works
2014-07-22 05:07:40 +02:00
twinaphex
87a21b2e13
Rename ROM history to Content history
2014-07-22 05:01:35 +02:00
Twinaphex
5303e1f094
(Apple) Have apple_rarch_load_content just call rarch_main
2014-07-21 07:41:11 +02:00
twinaphex
6f32841647
Rename g_extern.verbose to g_extern.verbosity to avoid
...
collisions on OSX
2014-07-18 00:39:31 +02:00
twinaphex
97a262dd60
Rename default_paths to g_defaults
2014-06-12 18:06:29 +02:00
twinaphex
29d6856244
Take out duplicate freeing of log_file
2014-06-10 19:39:46 +02:00
twinaphex
5ac449f564
(RARCH_MOBILE) Set default overlay to retropad
...
(Frontend) Change preprocessor conditional to RARCH_MOBILE instead of __QNX__
2014-06-10 19:13:54 +02:00
twinaphex
a7cb3e22a7
(Menu) Replace some more RGUI strings
2014-06-10 02:44:19 +02:00
twinaphex
faea453a0b
(Salamander) Refactorings - Salamander should be easier to get to
...
work now on new console platforms
2014-06-05 06:12:41 +02:00
twinaphex
97c6ae0911
Change return type of process_args to void
2014-06-03 20:03:56 +02:00
Themaister
852e632862
Fix some dubious code in frontend/frontend.c.
2014-06-03 11:36:09 +02:00
twinaphex
b5ab16fa53
(PS3) Starts working with new argc/argv building - only
...
broken usecase right now is Core Selection - we'll have to
mess directly with argc/argv for fixing that one - pretty
similar issue to the one on the Wii
2014-06-03 06:37:57 +02:00