Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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-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 | Use retro_inline.h | twinaphex | |
2018-04-20 | Don't use stdbool.h anymore | twinaphex | |
2018-02-13 | Make 2 cycles oc profiles. | Tatsuya79 | |
2018-02-08 | Overclock by reducing cycles. | Tatsuya79 | |
2018-01-17 | Update memory stream | twinaphex | |
2017-02-18 | Silence warning | twinaphex | |
2017-02-18 | Update sar.h | twinaphex | |
2017-01-29 | Silence warning | twinaphex | |
2017-01-23 | Fix port.h | twinaphex | |
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-15 | Adding copyright notices since certain predatory scumbags think | twinaphex | |
they can play games and demoralize open source creators with their hustling tactics (NO MEANS NO BTW - DON'T BOTHER EVER SENDING E-MAILS ASKING TO GIVE RIGHTS FOR MONEY!!!!! This goes out to you Nostalgames!) | |||
2016-10-13 | dsp1emu_yo.c - cleanups | twinaphex | |
2016-10-13 | Cleanup | twinaphex | |
2016-10-13 | Remove obsolete debugging code | twinaphex | |
2016-08-08 | Remove CHECK_SOUND | twinaphex | |
2016-08-08 | Take out register keyword | twinaphex | |
2016-08-08 | Compiles for Gamecube now | twinaphex | |
2016-08-08 | Get rid of register keywords, and try to get it compiling for Gamecube | twinaphex | |
2016-08-08 | Cleanups | twinaphex | |
2016-08-08 | Cleanups | twinaphex | |
2016-08-08 | Remove ZeroMemory | twinaphex | |
2016-08-08 | Cleanups | twinaphex | |
2016-08-08 | Cleanups | twinaphex | |
2016-08-08 | Cleanups | twinaphex | |
2016-08-06 | Turn functions static | twinaphex | |
2016-08-06 | Put this ifdef around these problematic functions | twinaphex | |
2016-08-06 | Indenting | twinaphex | |
2016-08-06 | Remove unused SaveSRAM | twinaphex | |
2016-08-06 | Remove unused LoadSRAM | twinaphex | |
2016-08-06 | Fix some 'for loop initial declarations only allowed in C99 or C11 mode' ↵ | twinaphex | |
potential errors | |||
2016-08-05 | More cleanups | twinaphex | |
2016-08-05 | (vita) Prevent conflicting types | twinaphex | |
2016-08-05 | remove this | twinaphex | |