Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-03 | Merge branch 'eggs-improvements' into trimui-s | neonloop | |
2021-04-03 | Adds overscan scaler and fps display | neonloop | |
2021-04-03 | Favors smoother audio over smoother video | neonloop | |
2021-04-02 | Defaults to native resolution and save config on menu exit | neonloop | |
2021-03-11 | Makes button names symbolic for easier overriding | neonloop | |
This puts platform-specific overrides in a central location and makes button references easier to understand. | |||
2021-03-11 | Adds NO_HIRES to scale hires mode to low-res screens | neonloop | |
2021-03-11 | Restricts input handling to player 1 | neonloop | |
Without this change, it acted like every controller was hitting the button, which broke selecting 1P mode on some Nintendo games. | |||
2021-03-11 | Fixes menu remapping code | neonloop | |
2021-03-10 | Initial trimui model s support | neonloop | |
2020-12-26 | Properly fix OPK package script and remove mapped SELECT button from ↵ | gameblabla | |
trigerring menu. | |||
2020-12-26 | Fix issue wit pitch being doubled by 2. | gameblabla | |
Change all of the code accordingly and simplify it. This was made as to allocate less memory than needed, improve the speed of the scaler code and make it more suitable for IPU mode. | |||
2020-11-13 | Revert "Fix buttons" | gameblabla | |
This reverts commit bd845b9085ab3f59a66278c4f7d4d00877d8fce1. We want to use the GCW0 layout, not the RG-350's. | |||
2020-11-13 | Merge pull request #2 from m45t3r/gcw0-support | gameblabla | |
GCW0 support and some fixes | |||
2020-11-12 | Fix buttons | m45t3r | |
2020-11-12 | Add make_opk.sh | m45t3r | |
2020-11-12 | Add Makefile.gcw0 | m45t3r | |
2020-11-12 | Fix compilation with modern GCC, remove unused portaudio.h | m45t3r | |
2020-10-16 | Revert some of the Miyoo specific changes | gameblabla | |
and make it so the menu button code works on most OpenDingux like platform. | |||
2020-10-16 | Merge pull request #1 from m45t3r/master | gameblabla | |
I am merging this because it has the new color opts | |||
2020-05-27 | Add -fprofile-dir | m45t3r | |
2020-05-27 | Enable FAST_ALIGNED_LSB_WORD_ACCESS in Miyoo | m45t3r | |
2020-05-27 | Use correct VIDEO_BACKEND for Miyoo | m45t3r | |
2020-05-27 | Port color operation code from Snes9x 1.60 | m45t3r | |
2020-05-27 | Fix input for Miyoo | m45t3r | |
2020-05-27 | Add Makefile.miyoo | m45t3r | |
2019-10-20 | Improve frameskipping code. (to be tested) | gameblabla | |
2019-10-11 | Fix text issues in Menu for Retrostone port and input code. | gameblabla | |
2019-10-08 | Fix up Retrostone support and other minor fixes. | gameblabla | |
2019-10-07 | Merge optimisations from PocketSNES fork. | gameblabla | |
2019-10-07 | Fix missing audio in Star Ocean and other games. | gameblabla | |
2019-10-07 | Make sure it uses our configuration input things. | gameblabla | |
2019-10-05 | Port the libretro core and make it standalone. | gameblabla | |
TODO : - Input should use our config file instead. - Missing audio in some games. (Star Ocean, doesn't happen with stock retroarch code. Odd...) | |||
2019-10-05 | Update .gitignore. | gameblabla | |
2019-01-04 | VC2017 buildfix | twinaphex | |
2019-01-04 | Add MSVC 2017 target | twinaphex | |
2018-12-28 | Update MSVC 2010 x86 | twinaphex | |
2018-12-28 | C89 buildfix | twinaphex | |
2018-12-27 | Add MSVC2008 target | twinaphex | |
2018-12-27 | Buildfixes for MSVC + add MSVC 2008 | twinaphex | |
2018-12-18 | Merge pull request #65 from jdgleaver/pitch-fix | hizzlekizzle | |
[snes9x2005 non-plus] Fix audio pitch issues (FF6) | |||
2018-12-18 | [snes9x2005 non-plus] Fix audio pitch issues (FF6) | jdgleaver | |
2018-11-02 | Merge pull request #62 from Classicmods/master | Twinaphex | |
Added Classic Platform structure - ARMv7 Cortex A7 build | |||
2018-10-29 | Fixed the link for A7A7 | Ryan 'Swingflip' Hamlin | |
2018-10-17 | Added ARMv7 A7 | Ryan 'Swingflip' Hamlin | |
2018-10-12 | Fix compiling on Mac OS Mojave | meepingsnesroms | |
2018-08-21 | Merge pull request #60 from netux79/master | Twinaphex | |
Fix Jurassic Park transparency. | |||
2018-08-20 | Fix Jurassic Park transparency. | Joe Rmz | |
Code taken from snes9x 1.53 | |||
2018-06-26 | Merge pull request #59 from HakchiCloud/master | Twinaphex | |
Added Hakchi platform | |||
2018-06-26 | Fixed Typo | Ryan 'Swingflip' Hamlin | |
2018-06-26 | 3rd time lucky with the make... | Ryan 'Swingflip' Hamlin | |