summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-07-26Update .gitlab-ci.ymllibretroLibretroAdmin
2021-08-10retro_input_poll should be called earlyJean-André Santoni
2021-08-10Don't link OpenGL on OSXJean-André Santoni
2021-06-06Implement button bitmaskstwinaphex
2021-05-29Add OSX x64 supporttwinaphex
2021-05-29Merge pull request #31 from fuzzard/osx_sedfixAutechre
[osx] fix build failure for osx due to sed command for %.db.c rule
2021-05-17[osx] fix build failure for osx due to sed command for %.db.c rulefuzzard
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
2021-05-14Merge pull request #30 from kwyxz/libretroAutechre
Fix 32bit Haiku build
2021-05-12Fix 32bit Haiku buildBenjamin FRANCOIS
2021-05-10Merge pull request #29 from kwyxz/libretroAutechre
Allow Haiku build
2021-05-09Allow Haiku buildBenjamin FRANCOIS
2021-03-12See if setting ABI to i686 works insteadtwinaphex
2021-03-12Rely on ARCH variable set by Gitlab CI template to set ABI totwinaphex
32bit x86
2021-03-12Add linux 32bit to gitlabtwinaphex
2021-03-12Fix input descriptorsSanaki
2021-03-12Update .gitlab-ci.ymlAutechre
2021-03-12Give a saner default button layoutAdrien Plazas
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‽
2021-03-12Update .gitlab-ci.ymlAutechre
2021-03-12libretro: Correctly calculate the aspect ratioAdrien Plazas
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().
2021-03-12Update .gitlab-ci.ymlAutechre
2021-03-12Makefile.libretro: Add the install ruleAdrien Plazas
2021-03-12Make retro_unserialize() return a successAdrien Plazas
This helps the frontends know it actually works.
2021-03-12libretro: Use the default serialization sizeAdrien Plazas
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.
2021-03-12serialize: Move the default size to the headerAdrien Plazas
This will help the Libretro core return a large enough size instantaneously and without having to serialize.
2021-03-12Stop loading at the end of a fileAdrien Plazas
When section 0 is found, assume we reached the end of the serialization, so stop deserializing.
2021-03-12Use MSYSTEMtwinaphex
2021-03-12Add .gitlab-ci.ymltwinaphex
2021-03-12Set CC ?= to allow overridesTwinaphex
2021-03-12Add system_header.htwinaphex
2021-03-12Fix libretro emscripten buildJean-André Santoni
2021-03-12Fix building on OSXJean-André Santoni
2021-03-12add libretro makefileradius
2021-03-12Added tag v0.6.2 for changeset 8aeac7bd9fa7Michael Pavone
2021-03-12Added tag v0.6.1 for changeset 357b4951d9b2Michael Pavone
2021-03-12Added tag v0.6.0 for changeset ef50c9affe6aMichael Pavone
2021-03-12Added tag v0.5.1 for changeset 3d48cb0c28beMichael Pavone
2021-03-12Added tag v0.5.0 for changeset 990a26391933Michael Pavone
2021-03-12Added tag v0.4.1 for changeset 1ffa7891b4ecMichael Pavone
2021-03-12Added tag v0.4.0 for changeset e34334e6c682Michael Pavone
2021-03-12Added tag v0.4.0 for changeset 4a92889e2889Michael Pavone
2021-03-12Added tag v0.3.1 for changeset c9ed929ee984Michael Pavone
2021-03-12Added tag v0.3.0 for changeset 283bdcd5bdb8Michael Pavone
2021-03-12Added tag v0.3.0 for changeset 0e5f14d9a579Michael Pavone
2021-03-12Added tag v0.2.0 for changeset 6b7a96d0eda8Mike Pavone
2021-03-12Added tag v0.1.0 for changeset 949c7d875693Mike Pavone
2021-03-12Close OpenGL feature branchMike Pavone
2021-03-07Add TMSS state to save statesMichael Pavone
2021-03-07Don't init IO ports in TMSS ROM as it trips up the standard Sega init codeMichael Pavone
2021-03-07Implement TMSS VDP lockMichael Pavone
2021-03-07Fix bug in handling of MMAP_CODE regions smaller than 16KBMichael Pavone