This project is mirrored from https://*****@github.com/libretro/beetle-psx-libretro.git.
Pull mirroring updated .
- 22 Sep, 2021 3 commits
-
-
Libretro-Admin authored
Make "Additional Cropping" option compatible with hardware renderers
-
ds22x authored
-
ds22x authored
-
- 18 Sep, 2021 1 commit
-
-
Libretro-Admin authored
-
- 17 Sep, 2021 1 commit
-
-
Libretro-Admin authored
anyways
-
- 30 Aug, 2021 1 commit
-
-
Libretro-Admin authored
Override lightrec's debug.h with one that uses log_cb
-
- 24 Aug, 2021 2 commits
-
-
Zachary Cook authored
-
Libretro-Admin authored
Dynarec updates, and revert my bad gpu optimization
-
- 22 Aug, 2021 5 commits
-
-
Zachary Cook authored
This reverts commit d8479c7a.
-
Zachary Cook authored
Adds some useful messages on startup and shutdown
-
Zachary Cook authored
-
Zachary Cook authored
This reverts commit c1f61d0e.
-
Zachary Cook authored
subrepo: subdir: "deps/lightrec" merged: "0df4ec86" upstream: origin: "https://github.com/pcercuei/lightrec.git" branch: "master" commit: "0df4ec86" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo" commit: "2f68596"
-
- 17 Aug, 2021 1 commit
-
-
Libretro-Admin authored
This reverts commit e368fa4d.
-
- 16 Aug, 2021 3 commits
-
-
Libretro-Admin authored
-
Libretro-Admin authored
-
Libretro-Admin authored
-
- 08 Aug, 2021 2 commits
-
-
Libretro-Admin authored
Disable a bad optimization in lightrec config until fixed
-
Zachary Cook authored
-
- 22 Jul, 2021 3 commits
-
-
Libretro-Admin authored
Add 18:9, 19:9 and 20:9 widescreen aspect ratio options
-
Hugo Locurcio authored
These options are intended for mobile devices where aspect ratios wider than 16:9 recently became widespread. If currently using a 21:9 or 32:9 aspect ratio, the user will have to adjust their settings to get their old aspect ratio back.
-
Libretro-Admin authored
Disable pre-cache for physical media
-
- 21 Jul, 2021 2 commits
-
-
Libretro-Admin authored
Handle DIV overflow in lightrec
-
Ember Cold authored
-
- 10 Jun, 2021 1 commit
-
-
Zachary Cook authored
This takes way too long and is unresponsive, so don't actually pre-cache any physical media when pre-cache is enabled Fixes #795
-
- 03 Jun, 2021 1 commit
-
-
Libretro-Admin authored
remove obsolete submodule reference
-
- 02 Jun, 2021 1 commit
-
-
Tomáš Kelemen (vudiq) authored
-
- 29 May, 2021 1 commit
-
-
Libretro-Admin authored
Dynarec updates
-
- 22 May, 2021 7 commits
-
-
Zachary Cook authored
LIGHTREC_LOG_LEVEL=4 enables lightrec pr_debug messages and the disassembler LIGHTREC_LOG_LEVEL=3 outputs some useful messages about state of the mmap, threaded recompiler, and lightrec memory usage stats For details on what is printed by disassembler see: https://github.com/pcercuei/lightrec/commit/5d6881c3 Log Levels: 0 = No Logging 1 = Error 2 = Warning (default) 3 = Info 4 = Debug
-
Zachary Cook authored
Enable lightrec OPT_REPLACE_MEMSET
-
Zachary Cook authored
subrepo: subdir: "deps/lightrec" merged: "aa2f992e" upstream: origin: "https://github.com/pcercuei/lightrec.git" branch: "master" commit: "aa2f992e" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo" commit: "2f68596"
-
Zachary Cook authored
if open /dev/ashmem fails with EACCESS, due to change in what is allowed in Android 10+ then use dlsym ASharedMemory_create to get shared memory
-
Zachary Cook authored
Fixes #636 This is a hack to run lightrec's interpreter for a few dozen frames whenever a load state occurs while in the bios, as this bios code doesn't seem to work when both dynarec and runahead are enabled
-
Zachary Cook authored
-
Zachary Cook authored
subrepo: subdir: "deps/lightning" merged: "b1be3ed1" upstream: origin: "https://git.savannah.gnu.org/git/lightning.git" branch: "master" commit: "876c1043" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo" commit: "2f68596"
-
- 28 Apr, 2021 1 commit
-
-
Zachary Cook authored
This allows deps/light(rec/ning) to be free of any local changes which allows more automated merging of any updates, and centralizes the location of locally created files, these should be regenerated whenever changes occur in thier subrepo files: config.h <- deps/lightrec/config.h.cmakein lightning.h <- deps/lightning/include/lightning.h.in Also add the defines to keep lightrec optimizations enabled by default
-
- 22 Apr, 2021 4 commits
-
-
Libretro-Admin authored
Update to latest lightrec, optimize compile time/binary size, other small fixes
-
Zachary Cook authored
Move pgxp and MaskEval_TA bools from templates to functions to greatly reduce the number of generated functions for the CTEntry commands Reduced default binary size from 4789 KB to 3192 KB 'time make -j12' on Ryzen 2600 after make clean: Before: real 1m13.344s user 2m23.634s sys 0m5.178s After: real 0m31.265s user 1m42.773s sys 0m3.801s
-
Zachary Cook authored
-
Zachary Cook authored
reload widescreen_hack_aspect_ratio_setting where widescreen_hack is reloaded, make 16:9 the default setting when not set, and actually check when widescreen_hack or widescreen_hack_aspect_ratio_setting has changed
-