Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-13 | (tvOS) support building using tvOS SDK | Yoshi Sugawara | |
2019-07-02 | Merge pull request #34 from jdgleaver/state-size | Twinaphex | |
Fix save state size | |||
2019-07-02 | Fix save state size | jdgleaver | |
2019-05-06 | Merge pull request #33 from Brunnis/master | Twinaphex | |
Port input lag fix already used in the other snes9x cores | |||
2019-05-06 | Fix issue with save states caused by input lag fix. | Mikael Brunnhede | |
2019-05-05 | Port the input lag fix already present in the other snes9x cores. With this ↵ | Mikael Brunnhede | |
fix active, the main loop exit occurs right after generating the finished frame, but before reading the input. This means each new frame begins with reading input, then running game logic, ensuring the input used is as fresh as possible. | |||
2019-04-29 | Merge pull request #32 from Tatsuya79/patch-1 | hizzlekizzle | |
recover 1 frame of input lag | |||
2019-04-29 | recover 1 frame of input lag | Tatsuya79 | |
2018-12-28 | Add psp1 target | twinaphex | |
2018-12-28 | More work on making code C89-compliant | twinaphex | |
2018-12-28 | Start significantly refactoring this codebase so we can get it | twinaphex | |
to work with MSVC | |||
2018-12-19 | Merge pull request #30 from jdgleaver/smas-input-fix | meepingsnesroms | |
Fix controller input for Super Mario All-Stars | |||
2018-12-19 | Fix controller input for Super Mario All-Stars (backport | jdgleaver | |
https://github.com/libretro/snes9x2005/commit/bc7474392a91fa9838e6ecb5b16ccebdd97ab9ec) | |||
2018-12-18 | Fix audio pitch issues (FF6) (#29) | jdgleaver | |
* Fix audio pitch issues (FF6) * Remove compilted binary, update .gitignore to ignore shared objects | |||
2018-11-08 | Merge pull request #27 from Classicmods/master | Twinaphex | |
Added Classic Platform structure - ARMv7 Cortex A7 build | |||
2018-10-17 | finished Armv7 a7 | Ryan 'Swingflip' Hamlin | |
2018-10-16 | init commit | Ryan 'Swingflip' Hamlin | |
2018-06-24 | Merge pull request #26 from HakchiCloud/master | Twinaphex | |
Added Hakchi Platform (Nintendo Classics) | |||
2018-06-24 | Added Hakchi Platform (Nintendo Classics) | Ryan 'Swingflip' Hamlin | |
2018-04-20 | Update | twinaphex | |
2018-04-20 | Use CC for assembly files | twinaphex | |
2018-04-20 | Rename out.s to out.S | Twinaphex | |
2018-04-20 | Rename os9x_65c816_global_armv4.s to os9x_65c816_global_armv4.S | Twinaphex | |
2018-04-20 | Rename setpcbase.s to setpcbase.S | Twinaphex | |
2018-04-20 | Rename sa1_asm.s to sa1_asm.S | Twinaphex | |
2018-04-20 | Rename os9x_65c816_spcc.s to os9x_65c816_spcc.S | Twinaphex | |
2018-04-20 | Rename os9x_65c816_spcasm.s to os9x_65c816_spcasm.S | Twinaphex | |
2018-04-20 | Rename os9x_65c816_common.s to os9x_65c816_common.S | Twinaphex | |
2018-04-20 | Rename os9x_65c816.s to os9x_65c816.S | Twinaphex | |
2018-04-20 | Rename spc700a.s to spc700a.S | Twinaphex | |
2018-04-20 | Rename os9x_65c816_opcodes.s to os9x_65c816_opcodes.S | Twinaphex | |
2018-04-20 | Rename misc.s to misc.S | Twinaphex | |
2018-04-20 | Rename dspMixer.s to dspMixer.S | Twinaphex | |
2018-04-20 | Rename os9x_65c816_global.s to os9x_65c816_global.S | Twinaphex | |
2018-04-20 | Rename .s files to .S | twinaphex | |
2018-04-20 | Use retro_inline.h | twinaphex | |
2018-04-20 | Don't use stdbool.h anymore | twinaphex | |
2018-04-13 | Updates | twinaphex | |
2018-04-13 | Updates | twinaphex | |
2018-04-11 | Merge pull request #24 from webgeek1234/master | Twinaphex | |
Refactor android jni makefiles | |||
2018-04-11 | Refactor android jni makefiles | Aaron Kling | |
2018-04-04 | Merge pull request #23 from webgeek1234/master | Andrés | |
Fix up android jni makefiles | |||
2018-04-04 | Fix up android jni makefiles | Aaron Kling | |
Arm asm fails to compile with clang, so force gcc for jni | |||
2018-02-13 | Merge pull request #22 from Tatsuya79/master | Twinaphex | |
Make 2 cycles oc profiles. | |||
2018-02-13 | Make 2 cycles oc profiles. | Tatsuya79 | |
2018-02-10 | Merge pull request #21 from Tatsuya79/patch-1 | Twinaphex | |
renaming | |||
2018-02-09 | renaming | Tatsuya79 | |
2018-02-08 | Merge pull request #20 from Tatsuya79/master | Twinaphex | |
Overclock by reducing cycles. | |||
2018-02-08 | Overclock by reducing cycles. | Tatsuya79 | |
2018-01-17 | Add file | twinaphex | |