meepingsnesroms
|
f8cf37cb32
|
Turns out RGB16 actualy puts blue first, title palette fixed
Libretro port builds again too.
|
2018-06-17 12:51:02 -07:00 |
|
meepingsnesroms
|
d6cd59a93c
|
Update the libretro port, add more error checking
|
2018-05-26 17:40:42 -07:00 |
|
meepingsnesroms
|
3740ccdd55
|
Remove attempted graphics viewer, I can just take a hex dump and view it on rawpixels.net
|
2018-04-30 17:31:27 -07:00 |
|
meepingsnesroms
|
a6bcca468b
|
Add buffer_t to return buffers from sdcard chunk functions
More safety checks.
Also verified the RetroArch port still compiles.
Add separate min and max for signed and unsigned types
|
2018-04-30 15:05:05 -07:00 |
|
meepingsnesroms
|
0fa0263fcf
|
I am using c99 anyway so just remove the bool conversions, stdbool and != 0 == true is required by the c99 spec
Also remove all the unneeded libretro dependancys for the qt port
|
2018-04-26 10:46:52 -07:00 |
|
meepingsnesroms
|
e823317905
|
Free memory on exit for RetroArch port.
|
2018-04-25 12:25:44 -07:00 |
|
meepingsnesroms
|
c3681e4e3a
|
Add simple SPI ring buffer, remove fixed size buffers cant have fixed 128mb buffer on a 3DS
If lucky it will fully boot in the next week, but without audio and enhancements.
|
2018-04-25 12:12:46 -07:00 |
|
meepingsnesroms
|
f0f93ce074
|
Uses spaces in Qt code for consistancy, fix PDDATA being set as PADATA
Also remove tabs qt put in emulator sources.
|
2018-04-12 11:13:11 -07:00 |
|
meepingsnesroms
|
dca4e48134
|
Prepare to add virtual sdcard access, add libretro button mappings
|
2018-04-10 13:25:34 -07:00 |
|
meepingsnesroms
|
d5263f17aa
|
Add more port io, fix issues with save/load state sizes
|
2018-04-08 17:42:11 -07:00 |
|
meepingsnesroms
|
0035dcb89a
|
Add ui/emu interfaces
|
2018-03-29 20:19:31 -07:00 |
|
meepingsnesroms
|
70204f09d2
|
Readd all files because GitHub is having an issue with case sensitivity on Mac OS
|
2018-03-28 12:36:22 -07:00 |
|
meepingsnesroms
|
6ea45316b0
|
Delete all files because GitHub is having an issue with case sensitivity on Mac OS
|
2018-03-28 12:19:14 -07:00 |
|
meepingsnesroms
|
3b1da36e6b
|
Update libretro build system and separate it from emulator
In the future it will have a qt port that supports touchscreens on
android and iOS.
|
2018-03-27 15:34:57 -07:00 |
|