Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-26 | Update .gitlab-ci.ymllibretro | LibretroAdmin | |
2021-08-10 | retro_input_poll should be called early | Jean-André Santoni | |
2021-08-10 | Don't link OpenGL on OSX | Jean-André Santoni | |
2021-06-06 | Implement button bitmasks | twinaphex | |
2021-05-29 | Add OSX x64 support | twinaphex | |
2021-05-29 | Merge pull request #31 from fuzzard/osx_sedfix | Autechre | |
[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 rule | fuzzard | |
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-14 | Merge pull request #30 from kwyxz/libretro | Autechre | |
Fix 32bit Haiku build | |||
2021-05-12 | Fix 32bit Haiku build | Benjamin FRANCOIS | |
2021-05-10 | Merge pull request #29 from kwyxz/libretro | Autechre | |
Allow Haiku build | |||
2021-05-09 | Allow Haiku build | Benjamin FRANCOIS | |
2021-03-12 | See if setting ABI to i686 works instead | twinaphex | |
2021-03-12 | Rely on ARCH variable set by Gitlab CI template to set ABI to | twinaphex | |
32bit x86 | |||
2021-03-12 | Add linux 32bit to gitlab | twinaphex | |
2021-03-12 | Fix input descriptors | Sanaki | |
2021-03-12 | Update .gitlab-ci.yml | Autechre | |
2021-03-12 | Give a saner default button layout | Adrien 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-12 | Update .gitlab-ci.yml | Autechre | |
2021-03-12 | libretro: Correctly calculate the aspect ratio | Adrien 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-12 | Update .gitlab-ci.yml | Autechre | |
2021-03-12 | Makefile.libretro: Add the install rule | Adrien Plazas | |
2021-03-12 | Make retro_unserialize() return a success | Adrien Plazas | |
This helps the frontends know it actually works. | |||
2021-03-12 | libretro: Use the default serialization size | Adrien 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-12 | serialize: Move the default size to the header | Adrien Plazas | |
This will help the Libretro core return a large enough size instantaneously and without having to serialize. | |||
2021-03-12 | Stop loading at the end of a file | Adrien Plazas | |
When section 0 is found, assume we reached the end of the serialization, so stop deserializing. | |||
2021-03-12 | Use MSYSTEM | twinaphex | |
2021-03-12 | Add .gitlab-ci.yml | twinaphex | |
2021-03-12 | Set CC ?= to allow overrides | Twinaphex | |
2021-03-12 | Add system_header.h | twinaphex | |
2021-03-12 | Fix libretro emscripten build | Jean-André Santoni | |
2021-03-12 | Fix building on OSX | Jean-André Santoni | |
2021-03-12 | add libretro makefile | radius | |
2021-03-12 | Added tag v0.6.2 for changeset 8aeac7bd9fa7 | Michael Pavone | |
2021-03-12 | Added tag v0.6.1 for changeset 357b4951d9b2 | Michael Pavone | |
2021-03-12 | Added tag v0.6.0 for changeset ef50c9affe6a | Michael Pavone | |
2021-03-12 | Added tag v0.5.1 for changeset 3d48cb0c28be | Michael Pavone | |
2021-03-12 | Added tag v0.5.0 for changeset 990a26391933 | Michael Pavone | |
2021-03-12 | Added tag v0.4.1 for changeset 1ffa7891b4ec | Michael Pavone | |
2021-03-12 | Added tag v0.4.0 for changeset e34334e6c682 | Michael Pavone | |
2021-03-12 | Added tag v0.4.0 for changeset 4a92889e2889 | Michael Pavone | |
2021-03-12 | Added tag v0.3.1 for changeset c9ed929ee984 | Michael Pavone | |
2021-03-12 | Added tag v0.3.0 for changeset 283bdcd5bdb8 | Michael Pavone | |
2021-03-12 | Added tag v0.3.0 for changeset 0e5f14d9a579 | Michael Pavone | |
2021-03-12 | Added tag v0.2.0 for changeset 6b7a96d0eda8 | Mike Pavone | |
2021-03-12 | Added tag v0.1.0 for changeset 949c7d875693 | Mike Pavone | |
2021-03-12 | Close OpenGL feature branch | Mike Pavone | |
2021-03-07 | Add TMSS state to save states | Michael Pavone | |
2021-03-07 | Don't init IO ports in TMSS ROM as it trips up the standard Sega init code | Michael Pavone | |
2021-03-07 | Implement TMSS VDP lock | Michael Pavone | |
2021-03-07 | Fix bug in handling of MMAP_CODE regions smaller than 16KB | Michael Pavone | |