72 Commits

Author SHA1 Message Date
libretroadmin
7ff58265bf Simplify fopen_utf8 2022-07-19 21:31:26 +02:00
Tony
69cf8b1795
Fix some command line segfaults (#13682) 2022-02-28 10:32:50 +01:00
Autechre
9e6ee680b6
Revert "Windows long paths fix" 2020-12-24 16:40:15 +01:00
Autechre
b58793cf91
Merge pull request #11738 from SimpleTease/utf8
fopen_utf8: nullptr crashfix
2020-12-23 15:53:05 +01:00
Michaël Palomas
7e5174eb72 applied comments from PR: fixed comment style and moved variable declarations at the top 2020-12-23 09:44:31 +01:00
SimpleTease
d2916dcd53
fopen_utf8: nullptr crashfix 2020-12-23 03:26:29 +00:00
Michaël Palomas
5fb77796f0 forgot to include retro_miscellaneous.h for PATH_MAX_LENGTH 2020-12-22 15:47:30 +01:00
Michaël Palomas
adbfce14f2 Fixed issue with long paths > 260 chars on Windows 2020-12-22 10:27:45 +01:00
twinaphex
7e597c3fd0 Cleanups 2020-09-30 15:47:03 +02:00
twinaphex
3072342b2c Backport libretro-common changes 2020-09-30 14:50:17 +02:00
twinaphex
cd9ca691ca (libretro-common) Update copyright 2020-01-31 15:43:42 +01:00
Twinaphex
b490c774bf
Update compat_ifaddrs.c 2020-01-31 07:48:32 +01:00
twinaphex
4d18f3e9b7 Create more tests 2020-01-30 17:25:58 +01:00
twinaphex
f785e4b045 Replace while (1) with for (;;) - avoids MSVC warnings 2020-01-30 16:15:52 +01:00
twinaphex
876aca8817 (fopen_utf8.c) Cleanup 2019-07-17 21:03:38 +02:00
orbea
28ff4b391a Clean up white space. 2019-02-03 16:00:50 -08:00
Francisco Javier Trujillo Mata
9c7c5e0814 This commit revert part of the changes done for the PS4 implementation but fixes PS2 crash 2019-01-10 02:20:49 +01:00
twinaphex
9b801aee17 Buildfixes 2019-01-08 20:43:03 +01:00
twinaphex
c12baad087 Fixup compat_snprintf.c for MSVC 2008 2018-08-16 10:12:17 +02:00
twinaphex
768ebbfdb5 Merge commit 'ce9ce1d35387ef8144e53bf071396fa075bfb6c5' as 'libretro-common' 2018-05-12 17:56:34 +02:00
twinaphex
0548349991 Remove libretro-common 2018-05-12 17:56:14 +02:00
Brad Parker
05404f9104 fix buffer overflow in url encoding (affecting msvc2010/2013) 2018-05-03 12:57:23 -04:00
twinaphex
710570a408 (MSVC 2013) Buildfix 2018-04-17 11:37:00 +02:00
twinaphex
e5d90eebd7 Updates to libretro-common 2018-04-21 06:29:56 +02:00
twinaphex
be7eb4de1c Update libretro-common 2018-04-16 08:57:17 +02:00
twinaphex
7a4c468730 Update libretro-common 2018-04-16 08:34:34 +02:00
David Walters
c8a9f5eded Compile fix for _vsnprintf_s, missing standard library header. 2018-04-03 18:33:48 +01:00
Dwedit
77f2b7d326 Replace the file handling code from secondary_core.c with the file streams
Hide secondary instance menu item if dynamic libraries are not supported
Remove unlink_utf8 stuff
Fix a compiler warning
2018-03-29 09:37:35 -05:00
twinaphex
ca7c374303 Fix OSX compilation 2018-03-29 15:41:02 +02:00
twinaphex
1b0420807b (Griffin/MSVC) buildfixes 2018-03-29 15:15:47 +02:00
Dwedit
f5e0346fc2 Runahead system 2018-03-28 14:22:07 -05:00
twinaphex
167b977c4d Fix some build errors with MSVC 2003/2005 cores 2018-03-28 16:22:35 +02:00
twinaphex
6a47669d21 Prevent some heap corruptions/exceptions 2018-01-23 03:41:25 +01:00
twinaphex
625ddc5e52 Prevent some null pointer dereferences 2018-01-23 03:30:55 +01:00
twinaphex
88d1e455e3 Add code that allows for debug D3D 2018-01-07 10:46:53 +01:00
twinaphex
bc53b9e1b6 Update libretro-common 2018-01-05 23:32:25 +01:00
twinaphex
aab1e87439 Update compat_snprintf.c 2018-01-01 14:35:47 +01:00
twinaphex
3fd059e073 Update 2017-12-16 01:20:21 +01:00
gblues
6904101c44 Clean up trailing whitespace
== DETAILS

Really simple code cleanup, because my editor flags trailing whitespaces
and it's pretty annoying.
2017-12-12 00:24:18 -08: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
2f1bcb6409
Update fopen_utf8.c 2017-12-04 20:20:10 +01:00
Alcaro
6359aee509
Update fopen_utf8.c 2017-12-04 17:03:53 +01:00
Alcaro
8a93a9eb8e
Create fopen_utf8.c 2017-12-04 16:44:34 +01:00
twinaphex
e35394d4bd Fix MSVC 2003 build 2017-11-26 22:41:34 +01:00
twinaphex
096686140d Rewrite command_event_save_config 2017-11-23 18:07:28 +01:00
twinaphex
3bda00edaf (libretro-common) Add strldup to compat/strl 2017-11-23 17:51:55 +01:00
Brad Parker
0a1b3fedc0 VC6 support (targets NT 3.51) 2017-09-06 23:03:02 -04:00
Ash
738d17ff3b
Fix null deref where argc = 0
I noticed this on the Wii U emulator Decaf - it sets argc to 0 and,
annoyingly, sets up argv so that argv[0] is a bad read.

Gah.
2017-08-19 17:16:50 +10:00
twinaphex
7c41e298a2 Update libretro-common 2017-06-28 05:34:29 +02:00
twinaphex
64bb848daf Update headers (pt. 2 - libretro-common) 2017-01-22 13:58:20 +01:00