Commit Graph

1978 Commits

Author SHA1 Message Date
twinaphex
23e6f0be37 Update 2017-12-06 16:54:23 +01:00
twinaphex
a53927c5aa Fix PS3 build 2017-12-06 16:53:19 +01:00
twinaphex
69295c2179 Fix BIT_GET 2017-12-05 16:20:52 +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
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
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
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
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
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
a6ef704369
Update config_file.c 2017-12-04 16:47:27 +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
Alcaro
c10859b745
Update file_stream.c 2017-12-04 14:31:31 +01:00
Alcaro
dca30d533f
Update file_stream.h 2017-12-04 14:31:11 +01:00
Alcaro
300052626f
Use FILE* all the way
Fixes platforms where RFILE isn't using the FILE* backend, needed for #5664
2017-12-04 14:30:32 +01:00
Alcaro
e4bb8e7aeb
Update file_stream.c 2017-12-04 13:52:11 +01:00
Alcaro
130e4522e2
Update file_stream.h 2017-12-04 13:51:25 +01:00
Alcaro
0d4ac12310
Update file_stream.c 2017-12-04 13:34:15 +01:00
Alcaro
df55e6b4d1
actually, let's just completely remove it 2017-12-04 13:30:38 +01:00
Alcaro
89f7afdc8f
silence warning 2017-12-04 13:28:38 +01:00
Alcaro
50148c03e2
not used anymore
4e66962ba8
2017-12-04 13:27:05 +01:00
twinaphex
9558e569f1 We can still make use of this for PowerPC Mac 2017-12-04 05:56:03 +01:00
twinaphex
19d7afd0c2 remove 2017-12-04 04:30:28 +01:00
twinaphex
e9af9f1b09 Add EXT version 2017-12-04 04:20:54 +01:00
twinaphex
b2fbb9aeda Prepare to map DeleteFramebuffersEXT like this 2017-12-04 04:18:28 +01:00
twinaphex
52e7a533f0 Improve FBO check 2017-12-04 04:12:46 +01:00
twinaphex
f53093de4d Default to nbio stdio for PowerPC Mac 2017-12-04 03:12:45 +01:00
twinaphex
97529ade6e OSX PowerPC might not define O_CLOEXEC 2017-12-04 02:48:08 +01:00
twinaphex
2203deb499 Need to include config.h here 2017-11-30 03:43:51 +01:00
Alcaro
4e66962ba8
#5664 2017-11-29 21:39:35 +00:00
twinaphex
6ed5a911d7 Create path_mkdir_error 2017-11-28 08:59:33 +01:00
Brad Parker
ae6892a89a nbio: buildfix for Windows versions older than 2000 2017-11-27 17:48:07 -05:00
Alcaro
26008ca580
#5802 2017-11-27 17:55:05 +01:00
Alcaro
a96e3e1ead
fix missing %s 2017-11-27 17:16:22 +01:00
Alcaro
9b99a48cdb
just remembered these PRIs don't start with % 2017-11-27 17:12:30 +01:00
Alcaro
4fb12c4bd3
#5802 2017-11-27 17:09:16 +01:00
Alcaro
ab0e1611e7
fix #5497 close #5802
according to https://github.com/libretro/RetroArch/issues/5497#issuecomment-336640951, this header exists on everything we care about except various microsoft platforms, and all of them have constant printf strings
2017-11-27 16:57:15 +01:00
orbea
768b1b433c libretro-common: Silence redefined warning. 2017-11-26 20:14:06 -08:00