twinaphex
cd244371b9
Cleanups
2019-07-14 18:56:18 +02:00
twinaphex
d80b85b158
Cleanups
2019-07-14 18:52:51 +02:00
twinaphex
9cc055bf93
Not necessary for content_ctx to be passed either
2019-07-14 18:26:18 +02:00
twinaphex
58417e56b7
Update task_push_to_history_list
2019-07-14 18:23:46 +02:00
twinaphex
484b2bc944
Split up task_load_content into two - one does the actual file
...
loading, the other simply pushes an entry to the history playlist
2019-07-14 18:21:46 +02:00
twinaphex
cfc4183961
menu_displaylist_parse_information now properly returns count
2019-07-14 16:40:12 +02:00
twinaphex
1210ab9383
Add HAVE_CDROM ifdef
2019-07-14 16:36:28 +02:00
twinaphex
162695956f
Cleanups
2019-07-14 16:00:54 +02:00
twinaphex
fdd8dd65ce
Cleanups
2019-07-14 15:48:44 +02:00
twinaphex
8a70f3f4cb
Cleanup
2019-07-14 15:35:49 +02:00
Twinaphex
68c8a83cde
Merge pull request #9110 from theheroGAC/patch-44
...
Update italian language
2019-07-14 13:31:50 +02:00
twinaphex
288523765a
Fix LTGM errors - 'wrong type of arguments to formatting function'
2019-07-14 13:22:59 +02:00
twinaphex
594dd84e6e
Fix 'declaration hides parameter'
2019-07-14 13:21:14 +02:00
twinaphex
bcc72aca7c
Fix 'declaration hides parameter'
2019-07-14 13:19:24 +02:00
twinaphex
339e043ff2
Fix 'declaration hides parameter'
2019-07-14 13:17:51 +02:00
twinaphex
2e3162cdca
Fix 'declaration hides parameter'
2019-07-14 13:15:55 +02:00
twinaphex
31f142ef9c
(task_powerstate.c) Fix 'local variable state hides a global variable
...
with the same name'
2019-07-14 13:11:11 +02:00
twinaphex
8ef251acbf
Get rid of (unused) global variables that were shadowing local variables
2019-07-14 13:06:47 +02:00
theheroGAC
b089889188
Update msg_hash_it.h
2019-07-14 11:42:38 +02:00
theheroGAC
d7f108795d
Update msg_hash_it.h
2019-07-14 08:29:55 +02:00
twinaphex
e8e4a141de
Add HAVE_AUDIOMIXER for Gamecube/Wii
2019-07-13 18:38:15 +02:00
bparker06
a6accec402
Merge pull request #9102 from orbea/cdrom
...
qb: Improve the CDROM check.
2019-07-13 10:40:27 -04:00
twinaphex
6bc0f0fcbd
(config_file) Be more safe with free
2019-07-13 15:23:28 +02:00
Twinaphex
5dca2234cd
Merge pull request #9094 from alphanu1/master
...
Updates Porches and Super width
2019-07-13 07:47:14 +02:00
Twinaphex
bd13c48a6b
Merge pull request #9104 from jdgleaver/3ds-assets-update-2
...
(3DS) Update assets (round 2)
2019-07-13 07:46:38 +02:00
Twinaphex
fda7218274
Merge pull request #9105 from DiscoStarslayer/vita-enable-runahead
...
vita: Enable runahead on vita builds
2019-07-13 06:30:08 +02:00
Darren Thompson
5d7806632c
vita: Enable runahead on vita builds
2019-07-12 20:11:07 -04:00
jdgleaver
87f01a9170
(3DS) Update assets (round 2)
2019-07-12 23:15:38 +01:00
orbea
76e130a988
qb: Fix the CDROM check.
...
This improves the CDROM check.
Fixes https://github.com/libretro/RetroArch/issues/9096
2019-07-12 11:35:22 -07:00
orbea
89a8202dc5
qb: Extend check_platform.
...
This extends the check_platform function to support checking more
than one OS for each feature.
This also adds the match helper function to qb.init.sh to compare
one variable against a list of variables.
2019-07-12 11:35:22 -07:00
Twinaphex
0947e27a32
Merge pull request #9101 from jdgleaver/core-options-default
...
Add ability to manually set default core option values when using the new v1 core options interface
2019-07-12 19:41:58 +02:00
Twinaphex
91558822e1
Merge pull request #9100 from jdgleaver/hide-core-options
...
An environment callback for selectively hiding core options
2019-07-12 19:28:48 +02:00
jdgleaver
0476901ca5
Add ability to manually set default core option values when using the new v1 core options interface
2019-07-12 18:20:19 +01:00
Twinaphex
cac7e25167
Merge pull request #9099 from Wiimpathy/WiiHID
...
Wii: Fix HID driver
2019-07-12 18:19:13 +02:00
jdgleaver
4f3adb8d2c
An environment callback for selectively hiding core options
2019-07-12 17:12:03 +01:00
benoa
dacf25c1a1
Wii: Fix HID driver
2019-07-12 17:05:24 +02:00
twinaphex
b7a85d392f
Silence warnings
2019-07-12 16:31:16 +02:00
twinaphex
e1613bba6d
Cleanups
2019-07-12 16:24:09 +02:00
Twinaphex
63fc8e4583
Update CHANGES.md
2019-07-12 16:21:34 +02:00
Twinaphex
a3ead56d35
Update CHANGES.md
2019-07-12 16:20:44 +02:00
Twinaphex
28b77e83ab
Merge pull request #9090 from arstn/master
...
Making mouse pointer working in X11 environment with no Display
2019-07-12 16:19:14 +02:00
Twinaphex
e8501203fb
Merge pull request #9092 from jdgleaver/core-option-sublabels-v2
...
Core Options: Add sublabels + localisation support
2019-07-12 14:23:00 +02:00
jdgleaver
bb8636862f
Fix CXX_BUILD
2019-07-12 09:52:34 +01:00
Twinaphex
1bda171bc6
Merge pull request #9097 from fpscan/master
...
Update msg_hash_tr.h
2019-07-12 09:44:25 +02:00
Ömercan Kömür
abfd29516d
Update msg_hash_tr.h
2019-07-12 06:05:31 +03:00
twinaphex
31992c221d
Cleanup
2019-07-12 01:15:02 +02:00
twinaphex
f739a018de
file_list in image_core.c should no longer be a public scoped variable
2019-07-12 00:50:34 +02:00
twinaphex
27a65714f2
Remove some globals
2019-07-12 00:21:31 +02:00
Twinaphex
91c6bb4e78
Merge pull request #9093 from Wiimpathy/WiiFix
...
WII: Fix compilation
2019-07-11 22:37:39 +02:00
alphanu1
df301bcbe7
Updates Porches and Super width
...
Updates Porches and Super width Calculation
2019-07-11 20:50:33 +01:00