summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-01-04Merge pull request #38 from ToadKing/fix-emscriptenTwinaphex
fix emscripten
2020-01-04fix emscriptenToad King
2020-01-04Merge pull request #37 from Derynect/gcw0Twinaphex
gcw0 patch for performance
2019-12-28Add FRAME_SKIP for gcw0jovonna
2019-12-28Remove libretro ignore as it picks up libretro.cjovonna
2019-09-14Merge pull request #36 from yoshisuga/tvos_supportTwinaphex
(tvOS) support building using tvOS SDK
2019-09-14Merge pull request #35 from webgeek1234/masterTwinaphex
Fix mingw cross compile and android compile on ndk r20
2019-09-13(tvOS) support building using tvOS SDKYoshi Sugawara
2019-07-02libretro: allow mingw cross compileAaron Kling
2019-07-02libretro: jni: build with default compilerAaron Kling
Google has deprecated the use of gcc
2019-07-02Merge pull request #34 from jdgleaver/state-sizeTwinaphex
Fix save state size
2019-07-02Fix save state sizejdgleaver
2019-05-06Merge pull request #33 from Brunnis/masterTwinaphex
Port input lag fix already used in the other snes9x cores
2019-05-06Fix issue with save states caused by input lag fix.Mikael Brunnhede
2019-05-05Port 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-29Merge pull request #32 from Tatsuya79/patch-1hizzlekizzle
recover 1 frame of input lag
2019-04-29recover 1 frame of input lagTatsuya79
2018-12-28Add psp1 targettwinaphex
2018-12-28More work on making code C89-complianttwinaphex
2018-12-28Start significantly refactoring this codebase so we can get ittwinaphex
to work with MSVC
2018-12-19Merge pull request #30 from jdgleaver/smas-input-fixmeepingsnesroms
Fix controller input for Super Mario All-Stars
2018-12-19Fix controller input for Super Mario All-Stars (backportjdgleaver
https://github.com/libretro/snes9x2005/commit/bc7474392a91fa9838e6ecb5b16ccebdd97ab9ec)
2018-12-18Fix audio pitch issues (FF6) (#29)jdgleaver
* Fix audio pitch issues (FF6) * Remove compilted binary, update .gitignore to ignore shared objects
2018-11-08Merge pull request #27 from Classicmods/masterTwinaphex
Added Classic Platform structure - ARMv7 Cortex A7 build
2018-10-17finished Armv7 a7Ryan 'Swingflip' Hamlin
2018-10-16init commitRyan 'Swingflip' Hamlin
2018-06-24Merge pull request #26 from HakchiCloud/masterTwinaphex
Added Hakchi Platform (Nintendo Classics)
2018-06-24Added Hakchi Platform (Nintendo Classics)Ryan 'Swingflip' Hamlin
2018-04-20Updatetwinaphex
2018-04-20Use CC for assembly filestwinaphex
2018-04-20Rename out.s to out.STwinaphex
2018-04-20Rename os9x_65c816_global_armv4.s to os9x_65c816_global_armv4.STwinaphex
2018-04-20Rename setpcbase.s to setpcbase.STwinaphex
2018-04-20Rename sa1_asm.s to sa1_asm.STwinaphex
2018-04-20Rename os9x_65c816_spcc.s to os9x_65c816_spcc.STwinaphex
2018-04-20Rename os9x_65c816_spcasm.s to os9x_65c816_spcasm.STwinaphex
2018-04-20Rename os9x_65c816_common.s to os9x_65c816_common.STwinaphex
2018-04-20Rename os9x_65c816.s to os9x_65c816.STwinaphex
2018-04-20Rename spc700a.s to spc700a.STwinaphex
2018-04-20Rename os9x_65c816_opcodes.s to os9x_65c816_opcodes.STwinaphex
2018-04-20Rename misc.s to misc.STwinaphex
2018-04-20Rename dspMixer.s to dspMixer.STwinaphex
2018-04-20Rename os9x_65c816_global.s to os9x_65c816_global.STwinaphex
2018-04-20Rename .s files to .Stwinaphex
2018-04-20Use retro_inline.htwinaphex
2018-04-20Don't use stdbool.h anymoretwinaphex
2018-04-13Updatestwinaphex
2018-04-13Updatestwinaphex
2018-04-11Merge pull request #24 from webgeek1234/masterTwinaphex
Refactor android jni makefiles
2018-04-11Refactor android jni makefilesAaron Kling