Commit Graph

3770 Commits

Author SHA1 Message Date
twinaphex
0e7729c660 Create frontend_driver_get_salamander_basename 2016-02-03 13:36:00 +01:00
twinaphex
9a5ce5fdb3 Make HAVE_LIBRETRO_MANAGEMENT define obsolete 2016-02-03 12:31:29 +01:00
twinaphex
fbf6b01209 Add frontend_driver_has_fork 2016-02-03 11:56:01 +01:00
twinaphex
f5b7add383 Cleanups 2016-01-30 05:21:05 +01:00
twinaphex
8670c2e405 Create RARCH_CTL_MAIN_INIT and RARCH_CTL_MAIN_DEINIT 2016-01-30 05:03:15 +01:00
twinaphex
4456cb85f6 (Android) Use strstr for detecting devices by name 2016-01-29 10:56:05 +01:00
twinaphex
d9d0c0f842 Cleanup 2016-01-28 08:49:39 +01:00
twinaphex
5cf576e2da Remove duplicate line 2016-01-26 09:30:51 +01:00
twinaphex
fd94cbdefe Move rarch_main_init_wrap to frontend.c and turn it into
a static function
2016-01-25 05:45:37 +01:00
twinaphex
d71c782459 Start getting rid of RETRO_ENVIRONMENT_SET_LIBRETRO_PATH 2016-01-25 03:04:42 +01:00
twinaphex
372d673a26 Rename event_command to event_cmd_ctl - add second parameter 2016-01-22 15:34:43 +01:00
twinaphex
a767031651 Use string_is_equal in more places 2016-01-20 04:11:25 +01:00
twinaphex
1eac61e9a0 Create RARCH_CTL_IS_DUMMY_CORE 2016-01-19 23:44:32 +01:00
twinaphex
01d58f8681 Create RARCH_CTL_IS_INITED, RARCH_CTL_SET_INITED, RARCH_CTL_UNSET_INITED 2016-01-19 23:26:47 +01:00
twinaphex
a5af9b653a Turn global->content.inited into static local variable
and go through content_ctl
2016-01-19 22:57:18 +01:00
twinaphex
32d47d7bd2 Correct database paths 2016-01-18 15:29:47 +01:00
aliaspider
0b4fd4328d - add more heuristics to try to clean up the corrupted argv when using
the homebrew launcher.
- force align the stack pointer to 8 bytes.
- add --gc-sections to the link specs
2016-01-15 22:30:12 +01:00
twinaphex
3d74e7bda9 (OSX) Update paths for databases/cursors 2016-01-14 16:24:53 +01:00
twinaphex
885f4d5b05 (iOS) Change paths 2016-01-14 15:32:20 +01:00
Twinaphex
bd07d88184 (OSX) Cleanup 2016-01-14 12:26:23 +01:00
twinaphex
2182fb9b13 (OSX) Fix Gestalt OSX version major/minor detection 2016-01-14 12:24:56 +01:00
twinaphex
65a3df278d Cleanup 2016-01-13 20:52:02 +01:00
Twinaphex
aac630a021 (OSX) Implement OSX version number detection 2016-01-13 20:48:56 +01:00
Twinaphex
f1923f9a84 (OSX) Fix frontend_darwin_get_name 2016-01-13 20:32:42 +01:00
twinaphex
08bca9017e Silence unused variable warning 2016-01-13 13:00:25 +01:00
twinaphex
457ce1ddf0 Add param to set_fork - for restart 2016-01-13 11:16:03 +01:00
twinaphex
028cfaa048 Attempt to fix 'Restart RetroArch' - move code to platform_gx.c 2016-01-13 08:43:08 +01:00
twinaphex
8caee50fcd (GX) Add way to handle power callback 2016-01-13 08:27:58 +01:00
twinaphex
27b84d349f N/A 2016-01-13 07:05:57 +01:00
twinaphex
aa9f9004c5 Cleanups 2016-01-13 07:03:14 +01:00
twinaphex
772558921f Cleanups 2016-01-13 07:01:29 +01:00
twinaphex
58f01fed90 Cleanup 2016-01-13 06:59:01 +01:00
twinaphex
8fbd59b690 Cleanups 2016-01-13 06:38:20 +01:00
twinaphex
8257cb638a Remove this header 2016-01-13 06:32:57 +01:00
twinaphex
06812cc988 (PS3) Setup default RDB dir 2016-01-12 09:01:57 +01:00
twinaphex
c9dd3ca621 Cleanup 2016-01-11 07:15:57 +01:00
twinaphex
d3c82f433b Add more logs 2016-01-10 13:23:02 +01:00
twinaphex
eeb7a33e7b Set extract_version_current instead of extract_version_last 2016-01-10 09:48:27 +01:00
twinaphex
7a55ae3765 Start updating headers for 2016 2016-01-10 04:06:50 +01:00
Twinaphex
948544ec42 Start setting up bundle assets extraction - looks for an assets.zip file 2016-01-10 02:21:35 +01:00
twinaphex
243487dd56 N/A 2016-01-10 01:53:45 +01:00
twinaphex
814838badf N/A 2016-01-10 01:52:54 +01:00
twinaphex
fdb5f10c71 Check for assets.zip inside bundle 2016-01-10 01:48:41 +01:00
twinaphex
59cdd64267 (platform_wii.c) Remove this line 2016-01-02 20:14:36 +01:00
twinaphex
624ed06a37 Cleanups 2016-01-02 01:38:02 +01:00
twinaphex
c7eeb557fa (frontend) Start using string_is_empty 2015-12-26 07:45:19 +01:00
ctult
cebb95b0e3 a bit of static analysis
possible memory leaks and null pointer dereferences
2015-12-24 23:04:15 -07:00
twinaphex
7a3df7cd90 remove this obsolete code 2015-12-25 06:20:53 +01:00
twinaphex
8b130b3866 Add RETRO_SIMD_POPCNT and RETRO_SIMD_MOVBE 2015-12-25 06:14:57 +01:00
twinaphex
8ecae597e9 reuse x86_cpuid from performance.c 2015-12-25 06:10:29 +01:00