This project is mirrored from https://github.com/libretro/blastem.git.
Pull mirroring updated .
- 26 Jul, 2022 1 commit
-
-
LibretroAdmin authored
-
- 10 Aug, 2021 2 commits
-
-
Jean-Andre Santoni authored
-
Jean-Andre Santoni authored
-
- 06 Jun, 2021 1 commit
-
-
Libretro-Admin authored
-
- 29 May, 2021 2 commits
-
-
Libretro-Admin authored
-
Libretro-Admin authored
[osx] fix build failure for osx due to sed command for %.db.c rule
-
- 17 May, 2021 1 commit
-
-
fuzzard authored
OSX doesn't like having the file input for sed before the command options. Fails with error: sed: -e: No such file or directory sed: s/"/\\"/g: No such file or directory sed: -e: No such file or directory sed: s/^\(.*\)$/"\1\\n"/: No such file or directory sed: -e1s/^\(.*\)$/const char rom_db_data[] = \1/: No such file or directory sed: -e: No such file or directory sed: $s/^\(.*\)$/\1;/: No such file or directory
-
- 14 May, 2021 1 commit
-
-
Libretro-Admin authored
Fix 32bit Haiku build
-
- 12 May, 2021 1 commit
-
-
Benjamin FRANCOIS authored
-
- 10 May, 2021 1 commit
-
-
Libretro-Admin authored
Allow Haiku build
-
- 09 May, 2021 1 commit
-
-
Benjamin FRANCOIS authored
-
- 12 Mar, 2021 29 commits
-
-
Libretro-Admin authored
-
Libretro-Admin authored
32bit x86
-
Libretro-Admin authored
-
-
-
This gives a saner default layout for 99% of games as nobody wants to jump with the R button. This is also better for the vast majority of 6-buttons games like Streets of Rage 3 or Ranger X, with the notable exception of Super Street Fighter II, but who emulates it on the Genesis anyways‽
-
-
This ensures the aspect ratio is correctly calculated at all time, for W40 and W32, for NTSC and PAL, and with any overscan. The calculation was wrong in render_framebuffer_updated().
-
-
-
This helps the frontends know it actually works.
-
This drops the cache which became invalid and instead return a large enough serialization size, avoiding to serialize twice as it is slow. Fixes https://github.com/libretro/blastem/issues/23.
-
This will help the Libretro core return a large enough size instantaneously and without having to serialize.
-
When section 0 is found, assume we reached the end of the serialization, so stop deserializing.
-
Libretro-Admin authored
-
Libretro-Admin authored
-
-
Libretro-Admin authored
-
-
-
-
-
-
-
-
-
-
-
-