OpenOrbis / OpenOrbis-PS4-Toolchain

The OpenOrbis PS4 custom toolchain. Allows developers to build homebrew for the PS4 without the official SDK.
GNU General Public License v3.0
476 stars 89 forks source link

Keyboard sample needs rework #172

Closed Cryptogenic closed 2 years ago

Cryptogenic commented 2 years ago

Keyboard sample as-is won't work, the sceSysmoduleLoadModule() call fails. This could be because you simply can't load it normally or because it conflicts with linking against libSceKeyboard directory. May need to be reworked to use sceImeKeyboard* functions from the IME library. That, or there's a bug somewhere that needs to be investigated and resolved. Either way, we should work on getting keyboard working and re-added, until then we'll take it out for v0.5.2.

bucanero commented 2 years ago

Seems it has been fixed in https://github.com/OpenOrbis/OpenOrbis-PS4-Toolchain/pull/183 🤔