Vicki Pfau
|
a012157896
|
Merge branch 'master' (early part) into medusa
|
2021-06-11 19:22:10 -07:00 |
Vicki Pfau
|
03146379bd
|
Merge branch 'master' (early part) into medusa
|
2021-06-11 02:20:17 -07:00 |
Vicki Pfau
|
0d93ff8844
|
Merge branch 'master' (early part) into medusa
|
2021-06-11 02:12:43 -07:00 |
Vicki Pfau
|
9ff5ef9d04
|
Merge branch 'master' (early part) into medusa
|
2021-06-11 02:03:19 -07:00 |
Vicki Pfau
|
6c3fb29d53
|
mGUI: Add arrow keys to symbol and add unicode codepoints
|
2021-05-02 16:37:00 -07:00 |
Vicki Pfau
|
4ba921ccc5
|
mGUI: Initial OSK support
|
2021-04-23 00:24:27 -07:00 |
Vicki Pfau
|
926e8fcccb
|
Util: Add toUtf16 function
|
2021-04-23 00:18:18 -07:00 |
Vicki Pfau
|
950767e6ad
|
Util: 2D convolve with channels
|
2021-04-15 22:10:58 -07:00 |
Vicki Pfau
|
207c64874a
|
Util: Add bits of a convolution API
|
2021-04-10 03:07:35 -07:00 |
Vicki Pfau
|
00531d1180
|
mGUI: De-constify fonts
|
2021-03-27 22:35:29 -07:00 |
Vicki Pfau
|
9ac9366257
|
Switch: Optimize font rendering (fixes #2078)
|
2021-03-24 19:13:59 -07:00 |
Vicki Pfau
|
7d672a2215
|
All: Fix various build failure fallout
|
2021-02-26 02:02:25 -08:00 |
Vicki Pfau
|
2498f85cda
|
VFS: Fix build with minizip
|
2021-02-03 21:08:52 -08:00 |
Vicki Pfau
|
466e0c5efa
|
Utils: Clean up duplicated clamping code
|
2021-01-01 18:54:54 -08:00 |
easyaspi314 (Devin)
|
4ecf64a41c
|
Remove arm-algo.S and references
It wasn't fully optimized and it doesn't even compile anymore.
|
2020-12-18 17:00:24 -08:00 |
Jeffrey Pfau
|
f7d17d62b5
|
Util: Make clz consistent
|
2020-12-10 23:59:29 -08:00 |
Vicki Pfau
|
f1592d350f
|
Core: Clean up and extend config saving/loading
|
2020-12-08 23:09:51 -08:00 |
Vicki Pfau
|
1d186dd9ea
|
Util: Use __builtin_bswap on PPC big-endian platforms that support it
|
2020-08-29 16:15:39 -07:00 |
Vicki Pfau
|
c8028e1a60
|
Util: Fill out and fix big-endian byteswap load/stores
|
2020-08-29 16:14:49 -07:00 |
Vicki Pfau
|
07c2c87d00
|
3DS: Fix thread cleanup
|
2020-08-24 18:24:22 -07:00 |
Vicki Pfau
|
8a3a2bf058
|
VFS: Change semantics of VFile.sync on mapped files (fixes #1730)
|
2020-08-19 18:34:02 -07:00 |
Vicki Pfau
|
bbdbfaf34e
|
Vita: Port socket shim
|
2020-08-18 18:41:51 -07:00 |
Vicki Pfau
|
209eed35ed
|
mGUI: Add status indicators for fast-forward and mute
|
2020-08-17 20:17:59 -07:00 |
Vicki Pfau
|
010a4dad44
|
Wii: Fix ppc32 endianness regression
|
2020-08-17 20:17:59 -07:00 |
Vicki Pfau
|
b6a3133a13
|
Util: Table cleanup, add HashTableEnumerateBinary
|
2020-08-17 00:51:21 -07:00 |
Vicki Pfau
|
9403a02481
|
Util: ppc64 byteswap access fixes
|
2020-08-15 21:04:32 -07:00 |
Vicki Pfau
|
3b784485f8
|
mGUI: Show battery percentage
|
2020-08-09 17:56:26 -07:00 |
Vicki Pfau
|
ef9081da7e
|
Merge branch 'master' into medusa
|
2020-08-04 23:11:14 -07:00 |
Vicki Pfau
|
0d6946dcee
|
3DS: Migrate to libctru CondVar
|
2020-07-31 19:16:45 -07:00 |
Adam Higerd
|
26555959f2
|
Util: support non-string keys in hash tables
|
2020-07-31 18:50:04 -07:00 |
Vicki Pfau
|
5135756ec4
|
Merge branch 'master' into medusa
|
2020-07-30 19:09:52 -07:00 |
Vicki Pfau
|
89de06a610
|
Test: Add wildcard matching
|
2020-07-30 19:03:15 -07:00 |
Vicki Pfau
|
51c3fca3bf
|
Util: Refactor TLS out of platform-specific APIs
|
2020-07-30 18:51:05 -07:00 |
Vicki Pfau
|
99d7c588e7
|
Merge branch 'master' into medusa
|
2020-07-29 21:41:38 -07:00 |
Vicki Pfau
|
d02e8a2a87
|
Util: Reset vector size on deinit
|
2020-07-29 21:36:57 -07:00 |
Vicki Pfau
|
e6fd4f5e7a
|
Merge branch 'master' into medusa
|
2020-07-23 22:43:01 -07:00 |
Vicki Pfau
|
3f75078174
|
Util: Factor out gcd code
|
2020-07-23 21:42:35 -07:00 |
Vicki Pfau
|
42c5ec87c0
|
Merge branch 'master' into medusa
|
2020-07-13 17:37:15 -07:00 |
Vicki Pfau
|
73c38b95b6
|
All: Correct more format strings on Windows (fixes #1817)
|
2020-07-11 15:35:29 -07:00 |
Vicki Pfau
|
029b0b937a
|
All: Use calloc instead of malloc in several places
|
2020-07-07 18:02:34 -07:00 |
Vicki Pfau
|
2f066a9790
|
Util: Start cleaning up some bounded string copies
|
2020-07-06 16:08:23 -07:00 |
Vicki Pfau
|
5ef12b5979
|
All: Correct format strings for some numbers on Windows (fixes #1794)
|
2020-06-20 03:02:27 -07:00 |
Vicki Pfau
|
393d4b4606
|
Merge branch 'master' (early part) into medusa
|
2020-06-17 22:32:17 -07:00 |
Vicki Pfau
|
5f46f126c1
|
Merge branch 'master' (early part) into medusa
|
2020-06-17 22:26:14 -07:00 |
Vicki Pfau
|
ff4406fab0
|
All: Improve export headers (fixes #1738)
|
2020-05-24 22:58:50 +00:00 |
Vicki Pfau
|
cd6209d7f0
|
All: Fix your libc, Windows
|
2020-02-27 21:33:15 -08:00 |
Vicki Pfau
|
e5c6373f88
|
Merge branch 'master' into medusa
|
2020-02-17 17:46:29 -08:00 |
Vicki Pfau
|
5f2d704eb0
|
Merge branch 'master' (early part) into medusa
|
2020-02-17 16:47:24 -08:00 |
Vicki Pfau
|
4f327de210
|
Wii: Add network socket support
|
2020-02-08 17:46:56 -08:00 |
Vicki Pfau
|
5a543b2a64
|
Switch: Fix build on libnx 3.0.0
|
2020-01-19 16:20:23 -08:00 |
Vicki Pfau
|
fb59c77e1e
|
Merge branch 'master' (early part) into medusa
|
2019-09-28 15:53:06 -07:00 |
Vicki Pfau
|
54579380be
|
Merge branch 'master' (early part) into medusa
|
2019-09-28 15:45:35 -07:00 |
Vicki Pfau
|
e7be40e80c
|
Merge branch 'master' (early part) into medusa
|
2019-09-28 15:28:21 -07:00 |
Vicki Pfau
|
8ca80d4a94
|
Merge branch 'master' (early part) into medusa
|
2019-09-28 15:25:08 -07:00 |
Vicki Pfau
|
2f79211cd5
|
Merge branch 'master' (early part) into medusa
|
2019-09-28 15:03:36 -07:00 |
Vicki Pfau
|
6bd38d1565
|
GBA Cheats: Add support for loading EZ Flash-style cht files
|
2019-06-30 14:51:27 -07:00 |
Vicki Pfau
|
072be4b7b6
|
Merge branch 'master' (early part) into medusa
|
2019-06-28 17:20:30 -07:00 |
Vicki Pfau
|
7f912c686b
|
Merge branch 'master' (early part) into medusa
|
2019-06-28 17:10:13 -07:00 |
Vicki Pfau
|
3d27d1d7fe
|
Merge branch 'master' (early part) into medusa
|
2019-06-28 16:54:30 -07:00 |
Vicki Pfau
|
e6aa23f19c
|
Merge branch 'master' (early part) into medusa
|
2019-06-28 16:27:53 -07:00 |
Vicki Pfau
|
8b04eca8f0
|
Merge branch 'master' (early part) into medusa
|
2019-06-28 16:25:24 -07:00 |
Vicki Pfau
|
3304a448ed
|
Merge branch 'master' (early part) into medusa
|
2019-06-28 16:17:18 -07:00 |
Vicki Pfau
|
3496336f46
|
Merge branch 'master' (early part) into medusa
|
2019-06-28 16:16:06 -07:00 |
Vicki Pfau
|
f48a69e8e5
|
Merge branch 'master' (early part) into medusa
|
2019-06-28 16:04:02 -07:00 |
Vicki Pfau
|
aead90a2c1
|
Windows: Fix ATOMIC_*_PTR in MSVC
|
2019-06-24 14:02:56 -07:00 |
Vicki Pfau
|
fb72b70505
|
All: Don't require dllexports.h on standalone builds (really fixes #1464)
|
2019-06-24 08:31:21 -07:00 |
Vicki Pfau
|
3f044a5791
|
Core: Add support for loading Libretro-style cht files
|
2019-06-22 13:02:58 -07:00 |
Arves100
|
98d2671c6d
|
Util: Removed broken dllexport symbol
|
2019-06-22 00:26:10 -07:00 |
Vicki Pfau
|
918caf87c4
|
Core: Create game-related paths if they don't exist (fixes #1446)
|
2019-06-17 13:29:15 -07:00 |
Vicki Pfau
|
7d821d4f11
|
mGUI: Remmeber name and position of last loaded game
|
2019-06-07 12:26:49 -07:00 |
Vicki Pfau
|
1f2bd30b14
|
Switch: Fix threading-related crash on second launch
|
2019-05-26 14:26:35 -07:00 |
Cameron Cawley
|
19747ea21d
|
CMake: Improved detection of pthreads.
|
2019-05-20 09:38:30 -07:00 |
Le Hoang Quyen
|
b11de7538e
|
Implement atomic macros for win32
|
2019-05-17 16:30:50 -07:00 |
lehoangquyen
|
7a5840fb5a
|
Use atomic functions in more places
|
2019-05-17 16:17:16 -07:00 |
Vicki Pfau
|
c364a6527a
|
Windows: Fix passing Unicode filenames (fixes #1359)
|
2019-03-16 19:58:40 -07:00 |
Vicki Pfau
|
4e39875e7b
|
Qt: Revamp logging configuration
|
2019-01-20 21:09:34 -08:00 |
lacastri
|
08ab254fef
|
cmake libretro "visual studio 15 2017"
|
2018-10-01 21:06:43 -07:00 |
Vicki Pfau
|
32c5fd6d90
|
mGUI: Add variants
|
2018-09-29 11:09:16 -07:00 |
Vicki Pfau
|
fdfab146a0
|
Core: Fix up thread proxy waiting
|
2018-09-23 13:26:52 -07:00 |
Vicki Pfau
|
9fb7485051
|
mGUI: Add BATTERY_NOT_PRESENT state
|
2018-09-20 11:22:58 -07:00 |
Vicki Pfau
|
f6587cda6c
|
Switch: Add missing file
|
2018-09-15 15:28:33 -07:00 |
Vicki Pfau
|
af03ad75be
|
Switch: Initial mGUI port
|
2018-09-13 18:12:32 -07:00 |
Vicki Pfau
|
4f312a0998
|
Util: Add missing PNG read functions
|
2018-09-12 19:27:23 -07:00 |
Vicki Pfau
|
cc2362aea9
|
Switch: Initial port work
|
2018-09-10 22:36:12 -07:00 |
Vicki Pfau
|
cbf460a164
|
mGUI: Revamp file filtering
|
2018-09-03 17:54:40 -07:00 |
Vicki Pfau
|
e11e5ef970
|
util: Formatting cleanup
|
2018-07-02 20:42:20 -07:00 |
Vicki Pfau
|
c353e1254a
|
PowerPC: Fix overflow in LOAD/STORE_64LE (fixes #1089)
|
2018-05-26 13:09:13 -07:00 |
Vicki Pfau
|
064530e056
|
PowerPC: Fix potential register clobbering in LOAD_64LE
|
2018-05-25 17:33:59 -07:00 |
Vicki Pfau
|
73010a4121
|
ARM: Prevent register check code from being inlined
|
2018-05-08 14:11:51 -07:00 |
Vicki Pfau
|
4d137e7f85
|
Merge branch 'feature/input-revamp' into medusa
|
2018-01-30 18:35:15 -08:00 |
Vicki Pfau
|
3a9d77d9e0
|
PSP2: Access to ur0 and uma0 partitions
|
2018-01-25 18:41:30 -08:00 |
Vicki Pfau
|
7097d249af
|
3DS: Use ctrlib Thread abstraction
|
2018-01-10 00:39:35 -08:00 |
Vicki Pfau
|
f3ea4caf84
|
All: Support building on PPC Mac
|
2017-12-23 16:23:51 -08:00 |
Vicki Pfau
|
d1e96a04dc
|
Merge branch 'feature/input-revamp' into medusa
|
2017-10-04 21:49:53 -07:00 |
Vicki Pfau
|
697c1cfa9d
|
Util: Add alpha versions of PNG functions
|
2017-09-24 22:32:32 -07:00 |
Vicki Pfau
|
bd4dd8de5c
|
Util: Don't build crc32 if the function already exists
|
2017-09-09 10:51:40 -07:00 |
Vicki Pfau
|
448bc200c3
|
Util: Get rid of _to16Bit
|
2017-08-26 18:23:29 -07:00 |
Vicki Pfau
|
04713d9de1
|
Util: Remove elf_repl.h check
|
2017-08-13 13:25:12 -07:00 |
Vicki Pfau
|
45169bc0f2
|
Merge branch 'master' into medusa
|
2017-07-16 14:43:22 -07:00 |
Vicki Pfau
|
d78065e823
|
Util: Use elf.h if elf_repl.h is not found
|
2017-07-16 10:51:20 -07:00 |