Commit Graph

487 Commits

Author SHA1 Message Date
Twinaphex 89ace6c9ba (Apple) Build fix 2014-08-02 14:06:14 +02:00
twinaphex 12471729f4 Move state_slot variable from g_extern to g_settings 2014-08-02 01:20:39 +02:00
Twinaphex 4d5e5d9a13 (iOS) Rearrange some more settings in Cocoa menu 2014-07-27 06:56:37 +02:00
Twinaphex 1818f638c9 (iOS) Rearrange settings in Cocoa menu 2014-07-27 06:51:00 +02:00
twinaphex fbb0b57cae Use __ARM_NEON__ define instead of HAVE_NEON 2014-07-26 20:18:37 +02:00
twinaphex 5cf88dd5de (Menu/Settings data) Need to expose audio_enable for iOS too 2014-07-26 17:43:01 +02:00
Twinaphex 69175ecf5d (OSX) Bump version year 2014-07-26 08:50:28 +02:00
Twinaphex 438f2f111c (iOS) Don't do setting_data_reset in runActionSheet - retains
settings
2014-07-26 03:37:49 +02:00
Twinaphex 89220e8d12 (iOS) Add back setting_data_save_config 2014-07-26 03:32:44 +02:00
Twinaphex d63ba6cded (iOS) Add HAVE_THREADS 2014-07-26 03:15:37 +02:00
Twinaphex 9eb5f33459 (iOS) Build fix 2014-07-26 01:58:31 +02:00
Twinaphex a34a7c58fb Build fixes 2014-07-25 22:07:05 +02:00
Twinaphex 89276cd634 (iOS) Fix iOS solution 2014-07-25 22:05:00 +02:00
Twinaphex f88636eb2b (iOS) Take out non-existing 'audio_rate_control' option 2014-07-25 19:47:19 +02:00
Twinaphex 7baaf963c9 (iOS) Make wasSelectedonTableView more robust 2014-07-25 19:45:52 +02:00
Twinaphex a094aaf302 (iOS) runActionSheet - make it more robust 2014-07-25 19:35:09 +02:00
twinaphex 78fcd416e7 Take out input_overlay_enable 2014-07-25 18:57:07 +02:00
Twinaphex 17287000f0 (iOS) Remove setting_data_save_config 2014-07-24 06:43:47 +02:00
Twinaphex ec00e42ca4 (iOS) Run apple_run_core at end of applicationDidFinishLaunching 2014-07-24 06:30:31 +02:00
Twinaphex f0b4388eb1 (OSX) Replace apple_rarch_exited call with main_exit 2014-07-24 04:39:33 +02:00
Twinaphex 754eceb5e2 (OSX) apple_run_core - Fix build 2014-07-24 04:35:04 +02:00
Twinaphex 350913daa7 (Apple) Refactor apple_run_core 2014-07-24 04:32:46 +02:00
Twinaphex 8f14eaf0a8 (OSX) Take out _wantReload variable 2014-07-24 03:51:57 +02:00
twinaphex 0f6f14aff3 (Apple) common/main.m - some cleanups 2014-07-24 03:42:03 +02:00
Twinaphex 624a983d8e (Apple) Rewrite apple_run_core 2014-07-22 18:43:49 +02:00
Twinaphex 3f52a5558f (iOS) Build fix 2014-07-22 18:33:54 +02:00
twinaphex d9e4760f2e (iOS/browser.m) Condense code some more in zlib_parse_file 2014-07-22 07:27:02 +02:00
twinaphex fe4e0f4842 zlib_parse_file callbacks - some code niceties for similar functions 2014-07-22 07:25:36 +02:00
Twinaphex 2c0c4d629f (OSX) Get rid of self.file 2014-07-22 06:02:15 +02:00
twinaphex 073ded005c (Apple) Nits 2014-07-22 05:37:35 +02:00
Twinaphex aa078cdae8 (Apple) Implement frontend_apple_shutdown 2014-07-22 05:13:48 +02:00
twinaphex 87a21b2e13 Rename ROM history to Content history 2014-07-22 05:01:35 +02:00
twinaphex 47de32450d (Apple/OSX) Setup remapping for basicEvent 2014-07-22 04:02:53 +02:00
twinaphex 78610e4d90 Add RARCH_CMD_LOAD_CONTENT 2014-07-22 03:12:56 +02:00
Twinaphex 304af2f398 (Apple) Get rid of apple_export.h 2014-07-22 02:46:58 +02:00
Twinaphex 5db9e93aea (Apple) Build fix 2014-07-22 02:21:23 +02:00
twinaphex 4b0f3584e0 Create rarch_main_command - command.c could maybe later be made
more generic so we can just do this through command.c functions
locally
2014-07-22 02:14:52 +02:00
Twinaphex 2629eb5a8c (OSX) Take out Core->Unload 2014-07-22 01:24:38 +02:00
Twinaphex 77268423d0 (OSX) Fix showCoresDirectory - opens g_settings.libretro_directory 2014-07-21 18:24:50 +02:00
Twinaphex 5c61bfec54 (OSX) Take out _wantReload path for applicationDidFinishLaunching 2014-07-21 18:10:24 +02:00
Twinaphex 5eab0ef2fb (OSX) File->Open / File->Recent now works with same core 2014-07-21 17:49:25 +02:00
Twinaphex c1fa603a0f (iOS) Menu - cleanups 2014-07-21 09:04:45 +02:00
Twinaphex c38d0a86d0 (Apple) Just call rarch_main instead of apple_rarch_load_content 2014-07-21 07:45:05 +02:00
Twinaphex 65f78b6729 (iOS) Cleanups 2014-07-21 04:56:04 +02:00
Twinaphex 95260e6b83 (Apple) Remove apple_core 2014-07-21 04:34:53 +02:00
Twinaphex d89b65140b (Apple) Reduce dependencies on apple_core 2014-07-21 04:21:29 +02:00
twinaphex 8e2bfb24a1 (Apple/OSX) Get rid of _loaded variable 2014-07-21 03:17:10 +02:00
twinaphex d0cad26627 (Apple) Refactor away core_info_set_config_path 2014-07-21 03:04:19 +02:00
twinaphex d388b49a93 (Apple) Refactor core_info_set_core_path 2014-07-21 02:58:25 +02:00
Twinaphex cb7ad2d6e6 Refactor away core_info_get_id 2014-07-21 02:46:01 +02:00