Commit Graph

17246 Commits

Author SHA1 Message Date
Twinaphex
80ca12d086 (Apple) CFBridgingRetainStringRef - fix warning 2015-03-13 00:56:25 +01:00
Twinaphex
c9175bbf81 (iOS) Hook up temporary dir for extraction directory 2015-03-13 00:54:44 +01:00
twinaphex
ae62c8a477 (iOS) Add default dir for cheats 2015-03-13 00:25:23 +01:00
twinaphex
97d8bc1488 Add cheats_dir to g_defaults 2015-03-13 00:24:17 +01:00
twinaphex
67720e9e52 (iOS) Set up default rdb directory/cursor directory 2015-03-13 00:04:38 +01:00
Twinaphex
2ac4e0248e (iOS) Set up autoconfig and assets dir 2015-03-12 23:40:51 +01:00
Twinaphex
29d546e49d (iOS) Set up all the path to 'Documents' - you can access these with
iTunes File Sharing now - no need to add assets prior to deployment
2015-03-12 23:33:20 +01:00
Alcaro
48f8f02a2f What kind of bizarre spacing style is that?
And who decided to memcpy a single byte? I suspect it can be merged into the memcpy above, but I'll have to figure out what exactly it does first...
2015-03-12 22:39:14 +01:00
twinaphex
4d62a1883e Should fix UPS/IPS/BPS patching 2015-03-12 21:56:13 +01:00
twinaphex
6694d813e3 Change menu_animation_update returntype to bool 2015-03-12 19:29:43 +01:00
Twinaphex
a4d9d59d2b Merge pull request #1493 from lakkatv/xmb
(XMB) Fix the icon bug
2015-03-12 18:07:40 +01:00
Jean-André Santoni
2728873a95 (XMB) Fix the icon bug 2015-03-12 18:06:28 +01:00
Twinaphex
1d79546612 (XMB) Get rid of unused variable 2015-03-12 17:55:01 +01:00
twinaphex
bb216ecedb (XMB) Only allocate userdata members of core info list in xmb_context_reset 2015-03-12 17:32:20 +01:00
twinaphex
961cfc4f8a (XMB) Remove another tertiary conditional 2015-03-12 17:19:51 +01:00
twinaphex
ea6fdff932 (XMB) Do away with tertiary conditional to make code a bit more understandable 2015-03-12 17:14:06 +01:00
twinaphex
eab7f7096f (XMB) xmb_get_userdata_from_core - more cleanups 2015-03-12 17:10:39 +01:00
twinaphex
e6e59c6017 (XMB) xmb_get_userdata_from_core - more refactors 2015-03-12 17:09:03 +01:00
twinaphex
7a4213c0d6 (XMB) Change singature of xmb_get_userdata_from_core 2015-03-12 16:57:21 +01:00
twinaphex
0cf88d5a00 Revert "(XMB) Fix two"
This reverts commit 11fcc951f1.
2015-03-12 16:08:14 +01:00
twinaphex
11fcc951f1 (XMB) Fix two 2015-03-12 16:06:57 +01:00
twinaphex
b4ef0402fc (XMB) Some potential fixes 2015-03-12 16:04:12 +01:00
twinaphex
44eb6d8c5e (XMB) xmb_get_userdata_from_core - if i is bigger than or equal
to the 'size' of the info list, then return NULL as well
2015-03-12 15:39:41 +01:00
twinaphex
58e81410fb (XMB) Split xmb_get_userdata_from_core up into two functions 2015-03-12 15:32:50 +01:00
twinaphex
e6588a84a6 (XMB) Fix xmb_list_cache 2015-03-12 14:53:14 +01:00
twinaphex
8970ca7460 (Menu) Turn menu_list_destroy into static function 2015-03-12 14:10:55 +01:00
twinaphex
3bbc52eb79 (file_list.c) Do early returns if realloc fails, do early returns if
list is NULL
2015-03-12 14:00:27 +01:00
twinaphex
6dc1d953f2 Make 'free' operations of file_list.c more robust 2015-03-12 13:55:16 +01:00
twinaphex
42690f334f (Menu) Don't run 'file_list_free' if handle is NULL 2015-03-12 13:45:23 +01:00
twinaphex
0b5105433f (Windows) Add MOUSE_HWHEEL support 2015-03-12 13:35:37 +01:00
twinaphex
e366a6eaa2 (Mouse) Start adding preliminary horizontal mouse wheel up/down 2015-03-12 05:38:37 +01:00
Twinaphex
ea66f9d79d (OSX) Turn poll_iteration into static function 2015-03-12 05:03:16 +01:00
twinaphex
3dbadc3c51 (patch.c) Safety checks - style nits 2015-03-12 04:11:12 +01:00
twinaphex
bdd5ac59ea (iOS) apple_gfx_ctx_get_native_scale - let's make this even MORE
backwards compatible just because we can
2015-03-12 03:45:56 +01:00
Twinaphex
9507bdcea7 (iOS) Implement apple_stop_iteration too 2015-03-12 01:46:49 +01:00
Twinaphex
498fa2dd21 (iOS) Implement iOS runloop now through CADisplayLink 2015-03-12 01:15:42 +01:00
Twinaphex
7b22c397f9 (iOS) More cleanups - still no functional changes/fixes 2015-03-12 00:12:52 +01:00
Twinaphex
4c5bb6f50f (iOS) Cleanups 2015-03-11 19:20:41 +01:00
twinaphex
b9aa2d1c1d (iOS) Put show pause menu function call inside dispatch_async block 2015-03-11 19:16:41 +01:00
twinaphex
9700abb1ba (iOS) Small cleanups 2015-03-11 19:13:54 +01:00
Twinaphex
522c65e27f (iOS) Estimated FPS monitor should work now 2015-03-11 18:30:14 +01:00
twinaphex
a2d82612ad (Menu) Get rid of wrongly implemented menu.action.active 2015-03-11 17:59:01 +01:00
twinaphex
72ba8abefa (Menu) Don't call draw_frame if g_runloop.is_idle is true 2015-03-11 17:02:46 +01:00
twinaphex
9ad2484734 (RGUI) rgui_render - do early return if g_runloop.is_idle is true 2015-03-11 16:59:46 +01:00
Twinaphex
8a49333a25 (iOS) Update main run loop 2015-03-11 16:58:29 +01:00
twinaphex
eca5431c7e (Menu) Take menu.action.active check outside of 'display update pending' function
- menu.action.active should be properly implemented regardless
2015-03-11 16:52:21 +01:00
twinaphex
23fde82836 Create menu_display_update_pending 2015-03-11 16:35:12 +01:00
Alcaro
a3759d7ff1 Apparently these are booleans used as int. Fixing. 2015-03-11 15:37:48 +01:00
Alcaro
a60a22424e Fix indentation - should be spaces, not tabs. 2015-03-11 14:08:51 +01:00
Alcaro
7bd444f1fa Let's not miss these input notifications if many arrive at once. 2015-03-11 14:06:58 +01:00