Commit Graph

41544 Commits

Author SHA1 Message Date
Brad Parker 228049df11 7zip: only use Unicode file open on Windows 2018-01-02 20:48:19 -05:00
bparker06 c51b107d9c
Update archive_file_7z.c 2018-01-02 20:24:48 -05:00
Brad Parker 54e7ec8e79 win32: use Unicode file I/O for 7zip archives when available 2018-01-02 20:21:55 -05:00
Twinaphex 5db48f9aea
Merge pull request #6030 from orbea/debug
Makefile.common: Don't hardcode -g
2018-01-02 18:40:52 +01:00
orbea 0ec95f7aea Makefile.common: Don't hardcode -g 2018-01-02 09:20:13 -08:00
twinaphex 3528923507 Fix crash with Linux HTTP tasks - null pointer dereference 2018-01-02 13:41:59 +01:00
Twinaphex 33929842bb
Update CHANGES.md 2018-01-02 08:27:07 +01:00
Twinaphex ed53542b8b
Merge pull request #6020 from orbea/vulkan
Makefile.common: Don't enable vulkan if the user disabled it.
2018-01-02 07:15:19 +01:00
twinaphex 298e8b6326 Remove C++ comments 2018-01-02 07:13:09 +01:00
twinaphex e87cd7382e Silence warning 2018-01-02 06:41:52 +01:00
twinaphex 472a792d88 Silence warnings/errors 2018-01-02 06:40:19 +01:00
twinaphex 0c741e6f61 Fix png test 2018-01-02 06:35:07 +01:00
twinaphex 6d0101d118 Update nbio test 2018-01-02 06:33:20 +01:00
twinaphex d1ad5c336e Silence warnings 2018-01-02 06:28:05 +01:00
twinaphex 2d107b44fa Buildfix 2018-01-02 06:24:22 +01:00
twinaphex 74120c47e7 Remove C++ comment 2018-01-02 06:20:31 +01:00
Twinaphex 88311acad3
Merge pull request #6027 from meepingsnesroms/master
Add all xmb menu options to rgui and glui, 3ds warning fix, move start directory to top of load content
2018-01-02 06:19:48 +01:00
Twinaphex fddcf2b204
Merge pull request #6028 from fr500/master
show the menu entries when no achievements found even if hardcore mod…
2018-01-02 06:10:51 +01:00
Brad Parker abb855a3cc buildfix 2018-01-01 23:05:36 -05:00
Twinaphex 420f61bfb0
Merge pull request #6029 from alfrix/spanish
Update Spanish Translation
2018-01-02 04:16:36 +01:00
Alfredo Monclus f4948a1826 Update Spanish Translation 2018-01-01 22:28:40 -03:00
meepingsnesroms 4f60966dd5 Make glui support disabling all menu entrys too
Also remove hide settings from non xmb drivers, I was using it wrong.
2018-01-01 15:56:48 -08:00
meepingsnesroms 657f5aa2a2 Fix copy to self causing abort on OSX 2018-01-01 15:18:24 -08:00
radius acef4ac22e show the menu entries when no achievements found even if hardcore mode is enabled) 2018-01-01 17:02:42 -05:00
Alcaro e0eb5e698e We'll want a test suite at some point, here's the first test 2018-01-01 20:55:26 +01:00
Alcaro a79b3250ce why is -common trying to call out of -common 2018-01-01 20:42:10 +01:00
twinaphex 07f13876fc Fix playlist issues with extract_value - the name of the last playlist
entry in history list was being reused for the next playlist entry
2018-01-01 20:17:41 +01:00
meepingsnesroms 7ac985e9be Add all xmb menu options to rgui and glui, 3ds warning fix, move start directory to top of load content 2018-01-01 10:38:16 -08:00
orbea 8287a961e4 qb: Enable vulkan for Win32.
The check_lib function does not seem able to detect vulkan on windows,
this replaces a hack in Makefile.common that does the same, but while allowing
C89_BUILD=1 and --disable-vulkan to work.
2018-01-01 10:09:17 -08:00
twinaphex f611d1c357 * Compile C code with MSVC Makefile as C instead of C++
* Add compatibility tweak for MSVC in C mode for math functions
2018-01-01 17:38:04 +01:00
twinaphex 21c1acac73 Prevent another Coverity warning - memory corruption 2018-01-01 17:24:00 +01:00
Twinaphex 3df545112c
Merge pull request #6024 from Tatsuya79/patch-2
Hide mouse after SET_SYSTEM_AV_INFO (please Check before merge)
2018-01-01 17:14:24 +01:00
Tatsuya79 6dbfbb0846
fix 2018-01-01 16:58:32 +01:00
twinaphex b279dfcb64 Simplify extract_value 2018-01-01 16:45:18 +01:00
Tatsuya79 10c6ef6f1a
Hide mouse cursor after RETRO_ENVIRONMENT_SET_SYSTEM_AV_INFO in fullscreen 2018-01-01 16:44:55 +01:00
twinaphex 515918f80c config_file.c - fix Coverity warning - resource leak of
path
2018-01-01 16:37:20 +01:00
Brad Parker 04e6554ad6 don't assume msvc is always compiled in C++ mode 2018-01-01 10:24:04 -05:00
twinaphex b57f0d95c2 Try to fix Apple iOS build - error: initializer element is not a compile-time constant 2018-01-01 15:27:52 +01:00
twinaphex 8908d9983b (360) Some more buildfixes 2018-01-01 15:11:06 +01:00
twinaphex aab1e87439 Update compat_snprintf.c 2018-01-01 14:35:47 +01:00
Twinaphex 80f946e0a6
Merge pull request #6022 from bparker06/taskbar_progress
win32: Show progress meter on taskbar for downloads (Windows 7 and up)
2018-01-01 08:13:39 +01:00
twinaphex 6f95823702 Some more D3D header fixes 2018-01-01 08:11:41 +01:00
twinaphex 2214e04784 Cleanup some D3D headers 2018-01-01 08:08:22 +01:00
Brad Parker e62e0c83da win32: Show progress meter on taskbar for downloads (Windows 7 and up) 2018-01-01 02:08:09 -05:00
twinaphex d0b414f9d8 indenting nits 2018-01-01 08:03:04 +01:00
twinaphex e566a5591b Revert "Revert config_file.c"
This reverts commit 2f422a457f.
2018-01-01 07:45:57 +01:00
twinaphex f2ddc8eff0 Revert "Simplify config_file_write"
This reverts commit a4500eeafc.
2018-01-01 07:45:56 +01:00
Twinaphex 63dc7cbedb
Update CHANGES.md 2018-01-01 07:20:17 +01:00
twinaphex 6ccde2b907 Add menu setting 'Audio Resampler Quality' 2018-01-01 06:53:52 +01:00
orbea 5b944a0e65 Makefile.common: Don't enable vulkan if the user disabled it.
This breaks '--disable-vulkan' and 'C89_BUILD=1' build for windows.
2017-12-31 15:01:50 -08:00