Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-25 | Recover sound after loading a savestate. | João Silva | |
2017-01-25 | Fix for envelope rate calculation. | João Silva | |
2017-01-24 | Sound improvements - some by me, most from snes9x2002 and snes9x 1.51. | João Silva | |
2017-01-22 | A few simplifications and unused code removals. | João Silva | |
2017-01-16 | Many cleanups. | João Silva | |
2017-01-15 | Fixed build with Blargg's APU. | João Silva | |
2017-01-15 | Fixed input for games like SMAS and removed joypad swapping option. | João Silva | |
2017-01-15 | Fixed inverted ternary operator logic. | João Silva | |
2017-01-15 | Fixed DSP2_Op0D's use of uninitialized memory. | João Silva | |
2017-01-14 | Merged common S9xReset and S9xSoftReset code into CommonS9xReset. | João Silva | |
2017-01-14 | Copied some apu.c optimizations from snes9x2002. | João Silva | |
2017-01-14 | Removed some more useless stuff. | João Silva | |
2017-01-14 | Removed a LOT of useless stuff. | João Silva | |
2017-01-14 | Moved copyright information to copyright file. | João Silva | |
2017-01-14 | Imported code from the speed-hacks branch. | João Silva | |
2016-10-18 | Remove breakpoint functions. | meepingsnesroms | |
No one should use this emu for testing, and those functions where just floating there disconnected. | |||
2016-10-16 | Remove unused variables. | meepingsnesroms | |
2016-10-15 | Add copyright notices since certain guys try to push their luck | twinaphex | |
and 'game off the system' - UNDER NO CIRCUMSTANCES WILL ANY COMMERCIAL RIGHTS EVER BE APPROPRIATED TO ANY ONE PARTY, REGARDLESS OF ANY E-MAILS, BRIBES, ETC. | |||
2016-09-07 | Add Emscripten target | twinaphex | |
2016-08-22 | Fix type of SSA1.IRQActive | xperia64 | |
Exact same issue as the main CPU fixed here: https://github.com/libretro/snes9x2005/commit/735bc9b39a4eb1de6aef4c4b1af6e0b48d578bde Fixes Super Mario RPG's level up screen freezing. | |||
2016-08-09 | Remove some unused functions | twinaphex | |
2016-08-08 | Get rid of register keyword | twinaphex | |
2016-08-08 | Cleanups | twinaphex | |
2016-08-08 | Cleanup | twinaphex | |
2016-08-08 | Cleanups | twinaphex | |
2016-08-08 | Cleanups | twinaphex | |
2016-08-08 | Take out ancient SGI/Sun ifdefs | twinaphex | |
2016-08-08 | Remove DJGPP ifdefs | twinaphex | |
2016-08-08 | Cleanups | twinaphex | |
2016-08-08 | Cleanups | twinaphex | |
2016-08-08 | Cleanups | twinaphex | |
2016-08-08 | Cleanups | twinaphex | |
2016-08-08 | Cleanups | twinaphex | |
2016-08-08 | Remove obsolete define STORM | twinaphex | |
2016-08-06 | Cleanups | twinaphex | |
2016-08-06 | Cleanup | twinaphex | |
2016-08-06 | Update | twinaphex | |
2016-08-06 | Another buildfix pt. 2 | twinaphex | |
2016-08-06 | Another buildfix | twinaphex | |
2016-08-06 | This was wrong | twinaphex | |
2016-08-06 | Turn CheckForIPSPatch into static function | twinaphex | |
2016-08-06 | Remove prototype | twinaphex | |
2016-08-06 | Remove unused LoadSRAM | twinaphex | |
2016-08-06 | Reimplement save RAM - do it the libretro way by implementing | twinaphex | |
retro_get_memory_data and friends | |||
2015-11-11 | build fix. | aliaspider | |
2015-11-10 | align to 4 bytes. | aliaspider | |
2015-11-08 | (android) move more build options to Makefile.common. | aliaspider | |
2015-11-05 | Fix conflicting type error | twinaphex | |
2015-11-05 | Start using stdint types | twinaphex | |
2015-11-05 | Clang warned about self-assignment | twinaphex | |