Merge pull request #115 from GabrielRavier/portableAddCMake3_10Support
Merge branch 'accurate' into portable
Use safe printf functions for Wii U code
Ditch the Nintendo-style controls
Figured out the mystery values in RestoreSurfaces
Make some logic more like vanilla
Fix Wii U port when TV is set to 1080p
Dear me: Test your fixes before committing them
Fix WiiU-Software backend buffer being 5ms
Add context initialisation to miniaudio backend
Remove old Wii U window backend
Safely-handle LockSurface failing
Update other backends to current API
Remember to free the glyph shader
Cleanup and extra error-handling
...Actually do what the last commit said
Allow surfaces to be marked as not-render-targets
Wii U: Glyphs don't use colour-buffers
Also consistency with enhanced branch
Add missing case for Wii U screen size
Add error-prints to Wii U renderer
Wii U: Implemented `Backend_PrintError` & co.
Make Wii U software renderer support any res
Make Wii U renderer support non 4:3 aspect ratios
...Maybe I should test my fixes before commit
Remove now-unneeded sanity checks
Do not draw sprites with backwards/empty RECTs
Rename WiiU.cpp to WiiU-Hardware.cpp
Update CMake options and readme
Wii U: Use linear-filtering on the screen texture
Address a TODO, and do some cleanup
Wii U: Update colour in PrepareToDrawGlyphs
Wii U: Store glyph texture in R8 format
Add render-to-texture support to Wii U renderer
Add in-progress hardware Wii U renderer
Merge branch 'accurate' into portable
Add a list of supported platforms
Clean-up readme option descriptions
Rename 'BUILD_DOCONFIG' to just 'DOCONFIG'
It seems we don't need the colour-buffer (Wii U)
Make Wii U controls more Nintendo-y
Merge branch 'accurate' into portable
Fix bosses flicking across the screen when hurt
Fix Wii U Pro Controller input oddities
Add Wii U Pro Controller support
Restore proper 4:3 aspect ratio
Add sanity checks to the Wii U hardware mixer
Add stereo support to Wii U software mixer
Wii U - Use a frame callback instead of a thread
Work-around some global namespace polution
Attempt 100 of trying to fix Wii U audio hangs