Commit Graph

4086 Commits

Author SHA1 Message Date
twinaphex
70a57fa80e (XMB) Check if path contains '.lpl' first 2016-01-08 09:33:53 +01:00
twinaphex
b24ca80c92 (D3D) N/A 2016-01-08 09:00:56 +01:00
twinaphex
25481f9bfd menu_display_matrix_4x4_rotate_z 2016-01-08 08:42:29 +01:00
twinaphex
a02c77c9d2 (menu_display_d3d.cpp) Preliminary implementation of get_default_mvp 2016-01-08 08:12:59 +01:00
twinaphex
b376e186b4 Fix function name clashes pt. 2 2016-01-07 09:23:04 +01:00
Twinaphex
f6e9745dfe stack corruption fix - courtesy of aliaspider 2016-01-06 08:05:31 +01:00
sergiobenrocha2
1dd57f6e86 Let's show rumble and analog support info only if the game supports it. 2016-01-03 16:40:37 -02:00
twinaphex
5a42b6ed0d Fix another statement is unreachable warning 2015-12-26 09:50:40 +01:00
twinaphex
d146f717b8 fix bug 2015-12-26 09:14:13 +01:00
twinaphex
68d66be389 C89_BUILD fixes 2015-12-26 08:13:33 +01:00
twinaphex
c53d1969f2 (menu_cbs_get_value.c) Use string_is_empty 2015-12-26 08:01:56 +01:00
twinaphex
66449802e4 (menu) Start going through string_is_empty 2015-12-26 07:37:44 +01:00
twinaphex
e4fe757457 Fix up Lakka bug 2015-12-25 15:16:32 +01:00
ctult
c1792fe84e bad griffin, breaking vita 2015-12-25 00:02:52 -07:00
ctult
7f3b3a2034 zlib-less compilation issue 2015-12-24 23:29:32 -07:00
Jean-André Santoni
5496eb5f68 (Lakka) Allow firmware upgrades from the menu. Step 1. 2015-12-25 02:13:50 +07:00
ctult
0ff9efc0e3 whoops 2015-12-23 13:48:29 -07:00
ctult
5bb3ab4d45 Starting to clean up netplay code 2015-12-23 13:25:28 -07:00
Twinaphex
9cf654367a (XMB) Fix memory leak 2015-12-23 13:47:53 +01:00
thedax
8e3df09277 This memset should probably be done only for dynamic cores/builds. 2015-12-21 11:53:27 -05:00
twinaphex
aa488dda25 Create video driver poke load_texture / unload_texture 2015-12-20 20:52:23 +01:00
radius
788fd17031 fix some code formatting and include the label value too 2015-12-17 17:43:10 -05:00
radius
4024c9a8c6 Change the label when per-game options are in use 2015-12-17 17:26:11 -05:00
Jean-André Santoni
0a6572eb83 Save content history diretly after its update 2015-12-16 09:28:08 +07:00
Twinaphex
31086a0bdf Revert "(menu_setting.c) Fix double change callback call" 2015-12-16 03:14:10 +01:00
twinaphex
b50350a711 Fix setting refresh rate from the menu 2015-12-13 21:28:06 +01:00
twinaphex
e7749c5d42 Create RUNLOOP_CTL_KEY_EVENT_GET 2015-12-13 14:31:17 +01:00
Higor Eurípedes
4a452751e3 (menu_setting.c) Fix double change callback call 2015-12-13 10:24:17 -03:00
Higor Eurípedes
21cd17f987 (menu_displaylist) Fix leak while loading the history 2015-12-12 23:13:46 -03:00
Higor Eurípedes
9f3884a33e (menu_displaylist.c) Fix uninitialized value usage
opts did not get assigned when RUNLOOP_CTL_GET_CORE_OPTION_SIZE failed.
2015-12-12 22:40:39 -03:00
twinaphex
7ec6a66f12 Signed/unsigned issues 2015-12-13 01:45:22 +01:00
Higor Eurípedes
f6421f9988 (XMB) Fix buffer overflow
It was introduced by 3df4101 . MENU_ENTRIES_CTL_START_GET and
MENU_ENTRIES_CTL_START_GET access size_t-sized data, but an
unsigned was passed.
2015-12-12 21:39:42 -03:00
twinaphex
ecdecad963 Add MENU_DISPLAY_CTL_BLEND_BEGIN/MENU_DISPLAY_CTL_BLEND_END 2015-12-12 23:53:16 +01:00
twinaphex
8833ba1141 Create MENU_DISPLAY_CTL_FONT_FLUSH_BLOCK 2015-12-12 23:48:44 +01:00
twinaphex
ebe3454969 Add RARCH_MENU_CTL_NAVIGATION_CLEAR 2015-12-12 23:40:25 +01:00
twinaphex
5e1390bb5a Add RARCH_MENU_CTL_CONTEXT_DESTROY 2015-12-12 23:36:43 +01:00
twinaphex
3f4b0012d3 Create RARCH_MENU_CTL_CONTEXT_RESET 2015-12-12 23:34:49 +01:00
twinaphex
825b259650 Cleanups 2015-12-12 23:33:02 +01:00
twinaphex
d62a246ea8 Start adding RARCH_MENU_CTL_REFRESH 2015-12-12 17:25:03 +01:00
Twinaphex
1685ec1548 Update menu_cbs_deferred_push.c 2015-12-12 15:21:20 +01:00
twinaphex
2f108cb37b Cleanups 2015-12-12 15:12:47 +01:00
twinaphex
c7f5192197 (menu_entries.c) Get rid of heap-allocated data structure 2015-12-12 14:55:17 +01:00
twinaphex
28e33acc66 Turn list_settings into static local variable 2015-12-12 14:49:02 +01:00
twinaphex
3df4101321 Get rid of menu_entries_set_start and menu_entries_get_start 2015-12-12 14:39:35 +01:00
twinaphex
75c6276ade Cleanups - move variables to menu_entries_ctl as static local variables 2015-12-12 02:17:39 +01:00
twinaphex
1004537e8d Create MENU_ENTRIES_CTL_SET_REFRESH/MENU_ENTRIES_CTL_UNSET_REFRESH 2015-12-12 02:14:50 +01:00
twinaphex
36ce2f1001 Cleanups 2015-12-12 00:22:02 +01:00
twinaphex
6cb8b7c8b1 Cleanups 2015-12-11 22:43:16 +01:00
twinaphex
ee312b346b Create MENU_ENTRIES_CTL_SETTINGS_GET 2015-12-11 22:30:19 +01:00
twinaphex
7942328e39 Create MENU_ENTRIES_CTL_LIST_GET 2015-12-11 22:05:54 +01:00