twinaphex
|
f597fd7a11
|
Add HAVE_CHEEVOS support for MSVC 2010
|
2018-03-22 20:42:06 +01:00 |
|
twinaphex
|
c318d05803
|
Fix buffer overlap - pointed out by @leo150, thanks
|
2018-03-22 15:22:17 +01:00 |
|
radius
|
c52fdc469f
|
remove task_push_http_transfer_raw, encode before sending data to the task
|
2018-03-16 22:38:21 -05:00 |
|
radius
|
b01e63e2cd
|
make sure to always encode urls, also change the PS3 default urls
|
2018-03-14 23:04:50 -05:00 |
|
twinaphex
|
6bf34c36ed
|
Update net_http_test
|
2018-03-15 00:38:30 +01:00 |
|
twinaphex
|
9cac3175c3
|
Buildfix
|
2018-03-15 00:31:29 +01:00 |
|
twinaphex
|
32b2808fe0
|
Revert "Turn scaler_ctx_scale_direct into inline function"
This reverts commit d51edd82392df7c7b63926f8b3ca151635ed7003.
|
2018-03-14 23:48:47 +01:00 |
|
twinaphex
|
e5eeed688e
|
Add some stuff to net sample Makefile
|
2018-03-14 23:48:29 +01:00 |
|
twinaphex
|
d51edd8239
|
Turn scaler_ctx_scale_direct into inline function
|
2018-03-11 18:14:17 +01:00 |
|
twinaphex
|
d6eda2502d
|
Improve scaler_ctx_scale_direct macro
|
2018-03-11 17:46:39 +01:00 |
|
meleu
|
d5503e9e7c
|
fix a bad in_addr manipulation on VITA - fixes #6127 (#6366)
added VITA condition
|
2018-03-07 22:11:30 +01:00 |
|
misson20000
|
dd53be15ae
|
let scalers output in ABGR8888
|
2018-03-06 19:52:03 -08:00 |
|
misson20000
|
22c95b31ea
|
NSW: cpu_features_get_time_usec: put SWITCH block before POSIX_MONOTONIC_CLOCK block
|
2018-03-05 20:23:49 -08:00 |
|
twinaphex
|
df7f47d00a
|
Create string_is_equal_case_insensitive
|
2018-03-01 23:16:34 +01:00 |
|
twinaphex
|
b3d3cbd4e1
|
sthread_isself - make Win32 codepath use GetCurrentThreadId instead
|
2018-02-28 16:18:48 +01:00 |
|
twinaphex
|
175672dedc
|
Fix ifdef
|
2018-02-17 20:02:18 +01:00 |
|
twinaphex
|
064ea5368e
|
(Xbox 1) Add SSE/MMX
|
2018-02-17 19:59:26 +01:00 |
|
twinaphex
|
7acd4b1847
|
(Windows) Buildfixes - use fseek for MSVC 2003 and earlier
|
2018-02-17 19:11:49 +01:00 |
|
twinaphex
|
0de6af43bb
|
Set cache_context to false by default
|
2018-02-17 15:18:28 +01:00 |
|
twinaphex
|
242eef6a6d
|
Prevent problems with empty strings in the future
|
2018-02-17 11:41:25 +01:00 |
|
twinaphex
|
bda5e67b48
|
(PS3) Use fseek for PS3 - fseeko not available
|
2018-02-15 06:50:15 +01:00 |
|
Brad Parker
|
95bb7f5aa5
|
use 64-bit file offsets/seeking on windows
|
2018-02-14 06:16:12 +00:00 |
|
radius
|
692c8683b2
|
subsystem part 2: add missing define, fix typo
|
2018-02-12 02:39:24 -05:00 |
|
twinaphex
|
8b1f8b8ae2
|
(Utils) fix builds
|
2018-02-10 23:20:34 +01:00 |
|
Brad Parker
|
a8af4ee8c6
|
use 64-bit ftell on mingw also
|
2018-02-10 13:19:24 -05:00 |
|
Brad Parker
|
40e9416c6c
|
use 64-bit ftell on Windows where available
|
2018-02-09 13:33:03 -05:00 |
|
Brad Parker
|
aaf35f53f8
|
fill_pathname_parent_dir_name: return failure if path has no slash
|
2018-02-08 23:19:12 -05:00 |
|
aliaspider
|
45580cb9a8
|
add basic support for arabic.
|
2018-02-05 20:54:55 +01:00 |
|
aliaspider
|
5549b136c2
|
(msvc) CXX_BUILD + griffin fixes.
|
2018-02-05 00:25:03 +01:00 |
|
Twinaphex
|
5483f5fc39
|
Merge pull request #6234 from aliaspider/master
various fixes for CXX_BUILD.
|
2018-02-04 20:08:43 +01:00 |
|
aliaspider
|
700fce3bd2
|
various fixes for CXX_BUILD.
|
2018-02-04 20:03:27 +01:00 |
|
twinaphex
|
3d0e768e71
|
Silence some Coverity errors
|
2018-02-04 19:30:34 +01:00 |
|
twinaphex
|
75b48a866f
|
(3DS) Fix compilation error
|
2018-02-02 21:44:24 +01:00 |
|
twinaphex
|
acdbf6f069
|
Cleanup retro_dirent.c
|
2018-02-02 19:09:25 +01:00 |
|
Brad Parker
|
dbe270476a
|
Prevent undefined behavior reported by UBSan
runtime error: member access within null pointer of type 'const struct dirent'
|
2018-02-02 11:43:24 -05:00 |
|
twinaphex
|
8d99fd7ce0
|
Cleanup string manipulation
|
2018-02-01 11:16:13 +01:00 |
|
twinaphex
|
e81ee5f0cb
|
Simplifications
|
2018-01-31 23:13:47 +01:00 |
|
twinaphex
|
f9a412dc11
|
Create fill_pathname_join_concat_noext and use it
|
2018-01-31 22:43:55 +01:00 |
|
twinaphex
|
efcbb7627c
|
(libco) Add aarch64 backend
|
2018-01-31 09:17:37 +01:00 |
|
twinaphex
|
b1732efd03
|
(libco) Small style nit
|
2018-01-31 09:15:19 +01:00 |
|
Alcaro
|
9889f34180
|
Fix this issue https://forums.libretro.com/t/issue-linking-libco/14482
|
2018-01-31 00:39:27 +01:00 |
|
Brad Parker
|
a7f134b5a7
|
forgot to free memory
|
2018-01-28 15:56:35 -05:00 |
|
Brad Parker
|
722137296d
|
add fill_pathname_parent_dir_name function
|
2018-01-28 15:55:27 -05:00 |
|
twinaphex
|
ba0986ae20
|
Enable this for newer versions of MSVC
|
2018-01-24 10:02:07 +01:00 |
|
twinaphex
|
f10b60f14f
|
Don't use NEON codepaths for iOS - ever since arm64 this has become
problematic
|
2018-01-24 07:40:09 +01:00 |
|
twinaphex
|
634da308aa
|
Cleanups
|
2018-01-24 05:40:53 +01:00 |
|
aliaspider
|
c5de5d9433
|
(msvc) support msvc's Predefined Macros in features_cpu.c
- add missing defines to makefile.msvc.
|
2018-01-23 19:35:39 +01:00 |
|
aliaspider
|
96e96b9dfd
|
(msvc) use stdbool.h for VS 2013 and later.
|
2018-01-23 17:50:46 +01:00 |
|
twinaphex
|
d5ec046c63
|
Use calloc
|
2018-01-23 03:43:38 +01:00 |
|
twinaphex
|
6a47669d21
|
Prevent some heap corruptions/exceptions
|
2018-01-23 03:41:25 +01:00 |
|