41915 Commits

Author SHA1 Message Date
twinaphex
79b434719f Update 2018-01-18 23:23:22 +01:00
Twinaphex
318843a71d
Update ctr_pthread.h 2018-01-18 21:12:07 +01:00
Twinaphex
194aa4ae7b
Merge pull request #6134 from meepingsnesroms/master
Fix writing to local thread pointer instead of actual thread.(3DS threads)
2018-01-18 19:39:38 +01:00
meepingsnesroms
da5ce6ef35 Fix writing to local thread pointer instead of actual thread. 2018-01-18 10:35:58 -08:00
Twinaphex
37c67e480d
Merge pull request #6131 from alfrix/spanish
Update spanish translation
2018-01-18 14:54:34 +01:00
Alfredo Monclus
2b693afc7e Update spanish translation 2018-01-18 03:53:09 -03:00
twinaphex
2d9727f499 Simplify sanitize_to_string further 2018-01-18 06:32:50 +01:00
twinaphex
1679124361 Cleanup sanitize_to_string function 2018-01-18 06:29:14 +01:00
twinaphex
e7414e8286 Cleanups 2018-01-18 06:15:39 +01:00
twinaphex
2dd9c5bb82 (3DS) Try to silence warning/error 2018-01-18 04:54:21 +01:00
Twinaphex
1c5a35d0d3
Merge pull request #6130 from meepingsnesroms/master
Add 3DS threads
2018-01-18 02:22:41 +01:00
meepingsnesroms
5e42401fdb Add 3DS threads 2018-01-17 14:00:57 -08:00
Twinaphex
3e5cc5b300
Merge pull request #6129 from deltabeard/hex_fix
Show GL hex error in hex
2018-01-17 20:04:44 +01:00
twinaphex
cd9cda08a2 Update and fix API error 2018-01-17 19:30:20 +01:00
Mahyar Koshkouei
87a7c0f426 Show GL hex error in hex
Fixes an issue whereby a hexadecimal error value was being printed in
decimal.

Tested on a RPi that suffers from issue 6078.

Signed-off-by: Mahyar Koshkouei <mahyar.koshkouei@gmail.com>
2018-01-17 17:08:03 +00:00
Twinaphex
45c50c604b
Update CHANGES.md 2018-01-17 09:20:56 +01:00
twinaphex
f30c0010f6 Remove xbox media path 2018-01-17 09:05:28 +01:00
twinaphex
281223eae8 Xbox ifdefs 2018-01-17 08:54:06 +01:00
twinaphex
136068098d Xbox fixes 2018-01-17 08:51:56 +01:00
twinaphex
29098d6b99 Not necessary for D3D8 we believe 2018-01-17 07:45:06 +01:00
twinaphex
f1f3a6f0ae Remove some Xbox specific code 2018-01-17 07:37:05 +01:00
Twinaphex
e1b1a1b07b
Merge pull request #6128 from aliaspider/master
(D3D8) can now render content frame, rgui and overlays.
2018-01-17 07:15:31 +01:00
aliaspider
ebd9430982 (D3D8) can now render content frame, rgui and overlays. 2018-01-17 07:10:45 +01:00
twinaphex
e73b1564a4 Remove retro_inline 2018-01-17 06:47:49 +01:00
twinaphex
6d2df385f8 Turn _V functions into macros 2018-01-17 06:47:18 +01:00
twinaphex
bd73d4b98a Cleanups 2018-01-17 06:44:16 +01:00
twinaphex
11f26ed549 Refactor verbosity code - try to avoid log calls if verbosity is not
set
2018-01-17 06:28:26 +01:00
Andrés
78adf0cca4
Merge pull request #6126 from fr500/master
fix display name for builtin autoconfs again
2018-01-16 22:20:17 -05:00
radius
d1dba26565 fix display name for builtin autoconfs again 2018-01-16 22:18:28 -05:00
Twinaphex
ac18a75311
Merge pull request #6125 from ToadKing/emscripten-wasm
Copy over new .wasm file instead of old .js.mem file
2018-01-17 02:40:10 +01:00
Toad King
10697dc543 copy over new .wasm file instead of old .js.mem file 2018-01-16 19:24:01 -06:00
twinaphex
df1979be12 Define string_is_not_equal 2018-01-17 01:06:09 +01:00
twinaphex
897c1654ab Reduce usage of string_is_not_equal_fast 2018-01-17 01:03:48 +01:00
twinaphex
f48458d5bd (D3D9) Fix warning 2018-01-17 00:53:47 +01:00
Twinaphex
c5b71470c4 Update 2018-01-17 00:49:23 +01:00
Twinaphex
57df01bbaa (Apple) Buildfix 2018-01-17 00:48:25 +01:00
twinaphex
61ff51be2f Start using string_is_equal predominantly 2018-01-16 22:53:38 +01:00
Brad Parker
daf0b55f80 fix heap buffer overflow
==16726== ERROR: AddressSanitizer: heap-buffer-overflow on address 0x600400139d99 at pc 0x5cb4d8 bp 0x7ffc88a3a050 sp 0x7ffc88a3a048
READ of size 1 at 0x600400139d99 thread T0
    #0 0x5cb4d7 in xmb_update_savestate_thumbnail_path /home/bp/RetroArch/menu/drivers/xmb.c:1071
2018-01-16 10:32:45 -05:00
twinaphex
830b2e429d Buildfix 2018-01-16 09:43:17 +01:00
Twinaphex
030a65bf9b
Merge pull request #6117 from orbea/install
Makefile: Use cp / chmod instead of install.
2018-01-16 08:28:34 +01:00
twinaphex
c4d3ea6f8d Add want_mipmap function parameter to d3d_texture_new 2018-01-16 09:11:14 +01:00
twinaphex
4ead2df09e (D3D) Remove HAVE_FBO ifdef - should make shaders work again 2018-01-16 08:15:10 +01:00
Twinaphex
4069796926
Merge pull request #6120 from ToadKing/emscripten-mupen
more build modifications to emscripten (needed for mupen64 to work)
2018-01-16 06:12:19 +01:00
Toad King
99472beeb6 more build modifications to emscripten (needed for mupen64 to work) 2018-01-15 21:02:01 -06:00
twinaphex
713de18a04 Revert "Simplify d3d9_cg_renderchain"
This reverts commit 17d1e387de39c267b0f9844bdd9dd53c704b9bc5.
2018-01-16 03:29:10 +01:00
twinaphex
0c07dc6f24 Revert "Updates to d3d9_cg_renderchain"
This reverts commit f13148d10ed7d74afa2583ddcf7f308706b6a871.
2018-01-16 03:28:57 +01:00
twinaphex
1dee2438e6 Revert "(Cg D3D9) Cleanups"
This reverts commit 6c95f389b1885ab897cc6673b2f53dd2e3da42bd.
2018-01-16 03:28:47 +01:00
twinaphex
6c95f389b1 (Cg D3D9) Cleanups 2018-01-16 03:22:13 +01:00
twinaphex
f13148d10e Updates to d3d9_cg_renderchain 2018-01-16 03:18:12 +01:00
twinaphex
91e8f7d4db BUildfix 2018-01-16 03:12:38 +01:00