mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 21:32:45 +00:00
bf3e256a43
As discussed in libretro#5357; controller_patcher is now optional. It's off by default; though this could be changed with a simple makefile tweak (ENABLE_CONTROLLER_PATCHER ?= 1, perhaps?) To re-enable controller_patcher; append ENABLE_CONTROLLER_PATCHER=1 to your usual make command. controller_patcher was the only user of c++ constructors in the Wii U port, so you'll need 26a006c in your tree otherwise you will have a blackscreen on startup.