Twinaphex
|
4d21a77d9b
|
Merge pull request #5864 from djipi/master
Added Visual Studio 2017 support
|
2017-12-05 19:48:05 +01:00 |
|
Jean-Paul Mari
|
3eb5b757c3
|
Merge pull request #2 from libretro/master
Merge #2
|
2017-12-05 12:51:58 -05:00 |
|
Jean-Paul Mari
|
38b899e4d6
|
Added Visual Studio 2017 support
The msvc-2017 is based on msvc-2015
|
2017-12-05 11:23:38 -05:00 |
|
twinaphex
|
db4387bd30
|
See if it's always defined this way
|
2017-12-05 17:10:31 +01:00 |
|
Twinaphex
|
763e6f766c
|
Silence warning
|
2017-12-05 16:58:20 +01:00 |
|
twinaphex
|
b69622ea88
|
Avoid usage of GLsync type
|
2017-12-05 16:56:33 +01:00 |
|
twinaphex
|
32c1c3134e
|
Fix another C89 issue
|
2017-12-05 16:45:57 +01:00 |
|
twinaphex
|
f9fa2ab2b7
|
More C89_BUILD fixes
|
2017-12-05 16:44:05 +01:00 |
|
twinaphex
|
863858ab00
|
Can't have anonymous variadic macros in C89
|
2017-12-05 16:42:37 +01:00 |
|
twinaphex
|
3e81996bd3
|
Update D3D headers
|
2017-12-05 16:40:13 +01:00 |
|
twinaphex
|
3ede6a9aeb
|
Some C89_BUILD fixes
|
2017-12-05 16:35:03 +01:00 |
|
twinaphex
|
de900325c6
|
More C89_BUILD fixes
|
2017-12-05 16:31:58 +01:00 |
|
twinaphex
|
88b85c2d15
|
Fix it for C89
|
2017-12-05 16:27:39 +01:00 |
|
twinaphex
|
69295c2179
|
Fix BIT_GET
|
2017-12-05 16:20:52 +01:00 |
|
twinaphex
|
4cb739d45a
|
Update CHANGES.md
|
2017-12-05 16:09:44 +01:00 |
|
twinaphex
|
4b4ae0c1a0
|
Update CHANGES.md
|
2017-12-05 16:09:19 +01:00 |
|
twinaphex
|
7ba46356e6
|
Cut down on code duplication
|
2017-12-05 15:44:41 +01:00 |
|
twinaphex
|
5d8df93c99
|
Cleanups
|
2017-12-05 14:30:54 +01:00 |
|
twinaphex
|
264d9903e8
|
Update NL
|
2017-12-05 14:24:06 +01:00 |
|
twinaphex
|
c486fa08ca
|
Cut down on code duplication
|
2017-12-05 14:11:50 +01:00 |
|
twinaphex
|
df8a2274df
|
Update CHANGES.md
|
2017-12-05 13:47:23 +01:00 |
|
twinaphex
|
fafc96d377
|
Cleanups
|
2017-12-05 13:31:51 +01:00 |
|
twinaphex
|
b432fb4668
|
Bugfix
|
2017-12-05 13:21:29 +01:00 |
|
twinaphex
|
53efad05c6
|
Cleanups
|
2017-12-05 13:15:15 +01:00 |
|
Alcaro
|
332aee5b0f
|
Dehardcode some sizes (#5856)
|
2017-12-05 13:03:34 +01:00 |
|
twinaphex
|
53ce29ca31
|
Cleanups
|
2017-12-05 12:49:59 +01:00 |
|
twinaphex
|
f0c143766e
|
Change to 256bit macros
|
2017-12-05 12:07:35 +01:00 |
|
twinaphex
|
6c09661a64
|
Move defines to retro_miscellaneous.h
|
2017-12-05 10:42:37 +01:00 |
|
twinaphex
|
31cc6a8dd7
|
Create 256 bit macros
|
2017-12-05 09:51:58 +01:00 |
|
twinaphex
|
e94300a581
|
Get rid of a lot of RARCH_INPUT_STATE_BIT_ macros - replace them
with BIT128_ equivalents instead
|
2017-12-05 09:22:56 +01:00 |
|
Alcaro
|
0691c9e0d3
|
Let's not duplicate those macros more than needed
|
2017-12-05 08:55:42 +01:00 |
|
twinaphex
|
3ccce249ea
|
Fixes hotkey issues with MSVC
|
2017-12-05 08:50:24 +01:00 |
|
Alcaro
|
0215648a83
|
Make booleans boolean again
#5856
why do both BIT_ and BIT128_ exist
|
2017-12-05 08:34:29 +01:00 |
|
Twinaphex
|
d535739648
|
Merge pull request #5860 from RobLoach/patch-22
Fix to ARM to ensure chain has been declared
|
2017-12-05 06:38:02 +01:00 |
|
Brad Parker
|
49d0299808
|
LEGACY_WIN32: check for target of less than Win2K instead of < vc2005, since Win98 does not support Unicode
|
2017-12-04 22:49:08 -05:00 |
|
Rob Loach
|
e8a9471afd
|
Fix to ARM to ensure chain has been declared
|
2017-12-04 18:53:34 -05:00 |
|
Alcaro
|
75c59aedcf
|
Update fopen_utf8.h
|
2017-12-04 20:23:45 +01:00 |
|
Alcaro
|
2f1bcb6409
|
Update fopen_utf8.c
|
2017-12-04 20:20:10 +01:00 |
|
Alcaro
|
908784b0ae
|
Update griffin.c
|
2017-12-04 20:19:35 +01:00 |
|
Alcaro
|
84691c7b9b
|
Update retro_miscellaneous.h
|
2017-12-04 19:15:35 +01:00 |
|
Francisco José García García
|
90dd2892b0
|
FIX sceIoOpen return error
|
2017-12-04 18:09:37 +01:00 |
|
Alcaro
|
6359aee509
|
Update fopen_utf8.c
|
2017-12-04 17:03:53 +01:00 |
|
Alcaro
|
486d5e77e3
|
Update verbosity.c
|
2017-12-04 16:48:17 +01:00 |
|
Alcaro
|
a6ef704369
|
Update config_file.c
|
2017-12-04 16:47:27 +01:00 |
|
Alcaro
|
cc2dd827b5
|
Update Makefile.common
|
2017-12-04 16:46:59 +01:00 |
|
Alcaro
|
8a93a9eb8e
|
Create fopen_utf8.c
|
2017-12-04 16:44:34 +01:00 |
|
Alcaro
|
8df699984e
|
Update fopen_utf8.h
|
2017-12-04 16:34:56 +01:00 |
|
Alcaro
|
d74ad6cd5e
|
Create fopen_utf8.h
|
2017-12-04 16:32:40 +01:00 |
|
twinaphex
|
059354de2f
|
Cleanup for config_file_write
|
2017-12-04 16:26:28 +01:00 |
|
Alcaro
|
ff4dca86f9
|
Turns out this is char*, let's cast because CXX_BUILD wants that
|
2017-12-04 15:01:58 +01:00 |
|