Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-12 | Initial trimui s support | neonloop | |
2020-10-19 | Backport colour operations from Snes9x 1.60 | jdgleaver | |
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. | |||
2018-12-28 | Start significantly refactoring this codebase so we can get it | twinaphex | |
to work with MSVC | |||
2018-04-20 | Rename .s files to .S | twinaphex | |
2018-01-17 | Update | twinaphex | |
2018-01-17 | Update memory stream | twinaphex | |
2016-08-09 | Cleanups | twinaphex | |
2016-01-19 | Cleanups | twinaphex | |
2016-01-19 | remove some gcc opts - | Jools Wills | |
* -fgcse-sm -fgcse-las - let gcc decide via O3 * -ffunction-sections / -fpeel-loops / -funroll-loops (normally only used when profiling shows there are actual benefits - unrolling loops may not be of benefit on all targets) * -fgcse-after-reload / -fweb (already enabled by -O3) * a few duplicate -fomit-frame-pointer / -ffast-math | |||
2015-12-27 | remove unneeded GCC flags (already enabled by -O3) | Jools Wills | |
2015-12-26 | build fix for non-GCC compilers. | aliaspider | |
2015-11-24 | add ASM_CPU and ASM_SPC700 build options. | aliaspider | |
2015-11-14 | Group the GCC-specific switches under ARM_ASM | twinaphex | |
2015-11-14 | Fix platform name | twinaphex | |
2015-11-14 | Ifdef some arguments | twinaphex | |
2015-11-13 | more gfx fixes for non ARM platforms. | aliaspider | |
2015-11-13 | fix gfx for non ARM targets. | aliaspider | |
2015-11-13 | can display some stuff now. | aliaspider | |
2015-11-13 | build bix for non ARM platforms. | aliaspider | |
(still not functional) | |||
2015-11-09 | C++ --> C99 | aliaspider | |
2015-11-09 | use correct include paths | aliaspider | |
2015-11-09 | Can't have certain GCC flags for non-ARM | twinaphex | |
2015-11-08 | (android) build fix | aliaspider | |
2015-11-08 | update Makefile.common | aliaspider | |
2015-11-08 | Add tile_c.cpp for non-ARM_ASM build | twinaphex | |
2015-11-08 | Start adding counterparts to ARM ASM codepaths | twinaphex | |
2015-11-07 | add Makefile.common, update android build files | aliaspider | |