jtothebell / fake-08

A Pico-8 player/emulator for console homebrew
Other
597 stars 50 forks source link

Wii u and vita #37

Closed jtothebell closed 3 years ago

jtothebell commented 3 years ago

Add two new platforms: Wii U and Vita. Neither have sound yet. Vita only tested on emulator

Use CPP11 instead of 17 (no std::filesystem, no inline variables, so logger got refactored and is slightly uglier) also add build artifact uploading

jtothebell commented 3 years ago

Got sound working on Vita. Wii U makes sound, but not the right sound, so I've kept it commented out for now. Sound also working in linux SDL2 build for debugging purposes. Merging to master medal