Commit Graph

30 Commits

Author SHA1 Message Date
radius
bbbbdabe7f fixes original path being overwritten when using unload core 2015-06-01 22:21:57 -05:00
radius
15815caf36 try to fix per-core savedirs for content that needs_fullpath 2015-05-25 19:03:39 -05:00
twinaphex
095683b2e0 Start using dir_list_new_special at more places 2015-05-24 04:39:16 +02:00
twinaphex
37a7749a73 Create dir_list_special.c 2015-05-24 04:19:32 +02:00
Higor Eurípedes
c3e35dd4b1 Reset hw render callback on core deinit 2015-05-23 16:28:04 -03:00
twinaphex
849cf352f3 Reimplement EVENT_CMD_UNLOAD_CORE 2015-05-23 17:38:14 +02:00
twinaphex
cf2c0f6930 Rename rarch_render_cached_frame to video_driver_cached_frame 2015-05-20 21:06:44 +02:00
twinaphex
a81baed9e2 Move hw_render_callbakc to video driver state and take it out
of global state
2015-05-20 19:56:12 +02:00
Twinaphex
56414034a5 Cleanup some unused variables 2015-05-19 21:19:09 +02:00
twinaphex
4afc100924 Move audio_data out of global struct to prevent threading issues 2015-05-19 21:18:07 +02:00
twinaphex
375c49b6c8 Move is_menu out of runloop struct and create get/set functions in menu_driver.c
and make the underlying variable static to make it thread-safe
2015-05-19 20:11:57 +02:00
twinaphex
3a7263020a Add grab_stdin function pointer to input driver - avoids threading
segfault at exit with linuxraw input driver to do with driver->stdin_claimed
2015-05-19 19:33:58 +02:00
twinaphex
a49e50896c Create wrapper functions menu_display_fb_set_dirty and menu_display_fb_unset_dirty 2015-05-18 23:14:56 +02:00
twinaphex
6feb1603f7 Only enable framebuf.dirty if we're actually using the menu framebuffer 2015-05-18 23:04:14 +02:00
twinaphex
a014f2db88 Move framebuffer is dirty and other menu-related state flags
to menu_handle_t
2015-05-11 18:46:06 +02:00
Twinaphex
a057592263 Get rid of unused variable 2015-05-08 09:36:12 +02:00
radius
336e28fc34 add comments and make it create the directories if they don't exist 2015-05-07 20:16:51 -05:00
radius
90b0136e06 fix nits 2015-05-07 20:02:22 -05:00
radius
c68c93fa79 fix save sorting for cores that do not use the sram interface and make the process more reliable 2015-05-07 19:59:06 -05:00
radius
8c09578f51 make it possible to sort savestates/savefiles without overrides too 2015-05-07 18:06:14 -05:00
twinaphex
59d4cfcfd0 Fix SET_SUPPORTS_NO_GAME cores 2015-04-22 23:15:19 +02:00
twinaphex
f3875924e5 (event_command) If cmd is EVENT_CMD_NONE or some other value, return false 2015-04-20 19:08:58 +02:00
twinaphex
fb4f5c9331 Change signature of event_command too 2015-04-20 18:40:46 +02:00
radius
e2479ade31 add setting to enable/disable autoload of remap files 2015-04-17 20:14:49 -05:00
radius
bb48ebfb99 add setting to enable/disable autoload of config overrides 2015-04-17 20:07:15 -05:00
radius
3ef7d0f4de allow saving manually when overrides are active 2015-04-17 18:52:10 -05:00
twinaphex
4c5a009f43 Cleanups 2015-04-16 23:40:55 +02:00
twinaphex
eaea065199 Move some functions around to command_event.c - make some functions static 2015-04-13 11:37:38 +02:00
twinaphex
0818b178f9 Rename rarch_main_command to event_command 2015-04-13 11:26:02 +02:00
twinaphex
61e33300b7 Create command_event.c 2015-04-13 11:15:40 +02:00