Commit Graph

1085 Commits

Author SHA1 Message Date
libretroadmin
f9ae8fd28b Revert "Cleanups"
This reverts commit a23565485f.
2024-11-19 00:30:18 +01:00
libretroadmin
a23565485f Cleanups 2024-11-18 16:35:49 +01:00
LibretroAdmin
a99c16c87c
Merge pull request #163 from warmenhoven/warmenhoven/pr/tvos13
tvos: properly set min supported version
2024-10-21 16:46:45 -05:00
Eric Warmenhoven
dad81c3664 tvos: properly set min supported version 2024-10-21 10:12:03 -04:00
LibretroAdmin
84b963a2f6
Merge pull request #162 from Ploggy/master
[WiiU] Aroma CFW Compatibility
2024-06-28 17:40:49 -05:00
Ploggy
e3630c787b Update Makefile.libretro 2023-03-03 18:55:30 +00:00
LibretroAdmin
d8b10c4cd7
Update .gitlab-ci.yml 2023-02-20 18:43:29 +01:00
LibretroAdmin
e86e54624a
Update .gitlab-ci.yml 2022-07-25 09:58:53 +02:00
libretroadmin
809ca53572 Reduce strlens 2022-07-21 17:29:53 +02:00
twinaphex
c98224bc74 Cleanup unused dir enums 2022-04-09 16:52:44 +02:00
twinaphex
cdb92edbad Get rid of HAVE_GRIFFIN - not used 2022-04-09 16:50:14 +02:00
Autechre
b12f3ba46f
Merge pull request #159 from jdgleaver/save-state-fix
Improve save state efficiency + fix save state size
2022-03-28 14:26:06 +01:00
jdgleaver
4fc4eec593 Improve save state efficiency + fix save state size 2022-03-28 14:18:31 +01:00
Autechre
2fa36513b2
Merge pull request #158 from jdgleaver/audio-batch
Use audio batch callback only once per frame
2022-03-28 11:59:10 +01:00
jdgleaver
05722b0314 Use audio batch callback only once per frame 2022-03-28 11:45:28 +01:00
Autechre
04f8f21216
Merge pull request #157 from crystalct/master
PS3/PSL1GHT Makefile.libretro update
2022-03-27 15:09:10 +01:00
CrystalCT
5683e53dc5 PS3/PSL1GHT Makefile.libretro update 2022-02-28 14:42:48 +01:00
Autechre
f422fcf583
Merge pull request #156 from jSTE0/microopt 2022-02-23 00:00:46 +01:00
jSTE0
397e5eb4fb dsp1: Use clz CPU instruction when normalising fixed-point numbers
Use the gcc built-in function, making the operation constant-time and
branch-free.
2022-02-22 22:45:14 +00:00
jSTE0
be1a37dcbe fx: Optimise copying registers on LE platforms
Use {READ,WRITE}_WORD so that it copies by word on little-endian
platforms. Mark a LUT const for const-correctness.
2022-02-22 22:32:26 +00:00
jSTE0
7c786b417b dsp: Fix assignment of Op11Xr
Fix regression introduced in snes9x-1.40.
2022-02-22 22:24:12 +00:00
jSTE0
c246aa1e4a apu/dsp: Mark function-scope const arrays as static
Avoids recreating the arrays on the stack on every entry to the function
and moves them to the ro section. For dsp, this is a performance
regression introduced in snes9x-1.52 when the const arrays moved to
function scope.
2022-02-22 22:21:04 +00:00
twinaphex
714b1c8e08 Cleanups 2021-11-03 00:44:22 +01:00
Autechre
dcda2c8895
Merge pull request #154 from cmitu/buildfix-armv
Fix the build with `armv` platform
2021-10-01 21:18:32 +02:00
cmitu
69c2b8ca7f Fix the build with armv platform 2021-10-01 18:37:57 +01:00
twinaphex
dc74c194c9 Disable msvc2005 for now until it actually links again 2021-09-27 17:49:06 +02:00
twinaphex
baefb46959 Get rid of boolean.h - still MSVC 2005 linking error 2021-09-27 17:48:26 +02:00
twinaphex
0fcbbdc255 Update MSVC 2021-09-27 17:29:06 +02:00
Autechre
55a0f20ef0
Merge pull request #153 from jdgleaver/vfs-support
Replace direct direct file access with VFS routines
2021-09-17 14:24:51 +02:00
jdgleaver
8544a65464 Replace direct direct file access with VFS routines 2021-09-17 13:04:36 +01:00
Autechre
e3bd44a040
Merge pull request #152 from jdorigao/rpi3_64
Added rpi3_64 to makefile
2021-09-12 16:03:31 +02:00
Juliano Dorigão
0c37ad86c0
Added rpi3_64 to makefile 2021-09-11 18:50:08 -04:00
Autechre
f445ce4182
Merge pull request #151 from cout/fix_memory_descriptor_initialization
Assign map descriptors after ROM is loaded
2021-08-30 14:38:08 +02:00
Autechre
6ccb580cd3
Merge pull request #149 from cout/increase_sram_size
Increase SRAM size
2021-08-30 14:37:32 +02:00
Paul Brannan
f2f2fb8d42 Assign map descriptors after ROM is loaded
Moved the assignment of map.descriptors and map.num_descriptors
until after the ROM is loaded.  Since the descriptors are initialized as
part of loading the ROM, assigning these struct members prior to loading
the ROM meant that retroarch would never see any memory maps.  After
this change, I can see the maps in the retroarch log output, as
expected.
2021-08-29 16:47:14 -04:00
Paul Brannan
160bc2fca2 Increase SRAM size
Increased SRAM size from 128KB to 512KB. This fixes a crash in the
Super Metroid Practice Hack when saving/loading state.
2021-08-29 16:31:27 -04:00
twinaphex
d0c0e76375 Revert "Core options update"
This reverts commit 988fa23d54.
2021-08-17 10:37:14 +02:00
twinaphex
988fa23d54 Core options update 2021-08-16 21:43:25 +02:00
twinaphex
5a04c334f1 Add core option categories (added 'Hacks') 2021-08-11 15:13:28 +02:00
twinaphex
91826e1506 Exclude vita - can't use posix_memalign anymore with new toolchain 2021-08-09 16:04:37 +02:00
twinaphex
1649a31d1e Fix savestates 2021-06-07 15:43:03 +02:00
twinaphex
84f656b7db Further cleanup FileLoader 2021-06-04 13:50:56 +02:00
twinaphex
c032967dcd Cleanups to file loading code 2021-06-04 13:20:30 +02:00
twinaphex
526706b985 Revert "Use persistent data buffer API extension (plus fallback for frontends"
This reverts commit 7513926135.
2021-06-03 23:50:43 +02:00
twinaphex
7513926135 Use persistent data buffer API extension (plus fallback for frontends
that don't support it)
2021-06-03 18:54:30 +02:00
Autechre
753abccb22
Merge pull request #145 from AMDmi3/patch-1
Fix build with clang
2021-04-23 13:19:59 +02:00
Dmitry Marakasov
f62fa3df6a
Fix build with clang
-flto=auto is gcc specific and fails under clang
2021-04-23 14:15:42 +03:00
twinaphex
30f386aa51 Add ios-arm64/tvos-arm64 2021-03-11 08:58:39 +01:00
twinaphex
a3e65b86d6 (MSVC) Embed MSVCR runtime 2021-02-14 18:03:35 +01:00
Autechre
006ebadbc7
Merge pull request #143 from jdgleaver/msvc-fix
Fix msvc2005/msvc2010 builds
2021-02-10 13:53:03 +01:00