Commit Graph

23579 Commits

Author SHA1 Message Date
twinaphex
502843f35c Update Makefile.ps3 2015-10-23 07:20:19 +02:00
twinaphex
7b12c57497 Remove unused variables 2015-10-23 07:05:57 +02:00
twinaphex
c4a66acbb6 Collapse User Binds into bigger 'Input Options' category 2015-10-23 06:54:33 +02:00
twinaphex
ad4dfd787c Add Analog To Digital options too 2015-10-23 03:02:31 +02:00
twinaphex
177c4a0fc4 Move Device Types to top 2015-10-23 03:00:59 +02:00
fr500
ac3ca76d83 add script to increment the android version code 2015-10-22 17:01:25 -05:00
Twinaphex
5c77e8677f Add supposed iOS 9-compatible LDFLAGS 2015-10-22 23:00:18 +02:00
Twinaphex
e77a612887 Merge pull request #2275 from lakkatv/xmb
Add a type for empty message entries, fixes a bug in XMB
2015-10-22 22:45:17 +02:00
twinaphex
9eb077088f Move bind_mode_keyboard variable to menu_input 2015-10-22 22:44:44 +02:00
Jean-André Santoni
52c8040589 Add a type for empty message entries, fixes a bug in XMB 2015-10-23 03:43:25 +07:00
twinaphex
05e853c0f2 Remove unused variables 2015-10-22 22:39:58 +02:00
Twinaphex
79dac7fcea Merge pull request #2274 from aliaspider/master
(CTR/3DS) improve memory management.
2015-10-22 22:12:22 +02:00
aliaspider
ac119b04f6 (CTR/3DS) improve memory management.
- use a custom crt0 to allow overriding __heap_size and
__linear_heap_size
- add a setting for maximum heap size. unallocated memory can be freely
mapped by the core.
- add better detection of the extra memory available when running from
the HBL.
2015-10-22 20:35:22 +01:00
fr500
30c4436aa9 this code is not always reached, so let's instead initialize the variable before checking if sorting is enabled 2015-10-22 13:37:33 -05:00
twinaphex
942bf6cb93 (XMB) Load Recent has its own tab now - remove from Main Menu list 2015-10-22 20:24:58 +02:00
twinaphex
e6541cb699 Bind Mode is no longer needed - will detect if we are pressing
on a gamepad or keyboard
2015-10-22 20:22:05 +02:00
Twinaphex
5f67c041b0 Merge pull request #2273 from lakkatv/xmb
(XMB) History tab
2015-10-22 20:20:49 +02:00
Jean-André Santoni
6945489d96 (XMB) History tab 2015-10-23 01:05:51 +07:00
twinaphex
0ddbbc99fb Joypad binding has a timeout now too 2015-10-22 19:59:30 +02:00
twinaphex
db6d0f3201 Comment out 2015-10-22 19:34:54 +02:00
twinaphex
6512e95945 Pass device input mask to menu_input_frame 2015-10-22 19:34:25 +02:00
twinaphex
1a20e19c51 We will now be able to know from which input device type the input
event comes from - i.e. keyboard or gamepad
2015-10-22 19:17:47 +02:00
twinaphex
cd1f3510eb Move some code around 2015-10-22 18:29:35 +02:00
Alcaro
83eebdf967 @pyroesp, I think you forgot testing this, it doesn't compile. ...okay, so did I. 2015-10-22 17:31:37 +02:00
Alcaro
4544c0988f Fix this leak. 2015-10-22 17:21:19 +02:00
Alcaro
d8d18fc886 Merge pull request #2272 from pyroesp/Add_File_Check_2
File check bug fix with 7z and zip files
2015-10-22 17:20:30 +02:00
pyroesp
15af8f0d98 Fixed RFILE var declaration to C89 standard 2015-10-22 17:12:34 +02:00
pyroesp
2b308d75b8 Fixed RFILE var declaration to C89 standard 2015-10-22 17:10:45 +02:00
pyroesp
0d02ce2941 Fixed RFILE var declaration to C89 standard 2015-10-22 17:09:44 +02:00
pyroesp
e30356858b Fixed RFILE var declaration to C89 standard 2015-10-22 17:08:05 +02:00
pyroesp
78352885fd File check bug fix with 7z and zip files 2015-10-22 15:05:48 +02:00
twinaphex
ce2fa6c0d2 Line up Input Device Type options next to each other 2015-10-22 08:40:08 +02:00
twinaphex
d80289c39a Add Device Type controls to Core Input Options 2015-10-22 08:38:29 +02:00
twinaphex
e4a11bc16b Rename Core Input Remapping Options 2015-10-22 07:47:51 +02:00
twinaphex
ed7024408f Quick Menu will dynamically show again 2015-10-22 06:11:59 +02:00
twinaphex
2157e8389c (XMB) Show Quick Menu dynamically again 2015-10-22 06:01:46 +02:00
twinaphex
2e7d039027 (XMB) Refactor 2015-10-22 05:55:54 +02:00
twinaphex
b6ee3fdf31 (XMB) Create XMB_SYSTEM_TAB_ enums 2015-10-22 04:52:57 +02:00
twinaphex
7ea16f622e (XMB) Create custom Main Menu list 2015-10-22 04:46:05 +02:00
twinaphex
0443b2af8d Refactor menu_displaylist_parse_settings 2015-10-22 04:29:40 +02:00
twinaphex
14bf640bf6 Create list_push callback - allows us to override lists 2015-10-22 04:12:32 +02:00
twinaphex
f48830cfc0 Revert "Simplify menu_entries_set_refresh"
This reverts commit 6ca0962f9e.
2015-10-22 03:54:34 +02:00
twinaphex
6ca0962f9e Simplify menu_entries_set_refresh 2015-10-22 03:45:14 +02:00
twinaphex
61c4a00a59 Cleanups 2015-10-22 03:02:15 +02:00
Twinaphex
260f2f713c Merge pull request #2271 from Monroe88/patch-1
(wgl_ctx) Also account for swap interval when setting fullscreen refresh rate
2015-10-22 02:59:55 +02:00
twinaphex
cc9907e64c Cleanups 2015-10-22 02:58:41 +02:00
twinaphex
8ca684527f Cleanups 2015-10-22 02:55:10 +02:00
twinaphex
a3d8152cab Create local copy of menu_generic function for XMB 2015-10-22 02:54:25 +02:00
twinaphex
1bbca8ab2e Call menu_displaylist_push_list_process 2015-10-22 02:26:04 +02:00
Monroe88
a2e4a39ecf (wgl_ctx) Also account for swap interval when setting fullscreen refresh rate 2015-10-21 18:57:06 -05:00