VirtualBoy emulator for the oculus go
The font used in the emulator is from https://www.planetvb.com/modules/newbb/viewtopic.php?post_id=10801#forumpost10801
-
download the "Oculus Mobile SDK 1.23.0" https://developer.oculus.com/downloads/package/oculus-mobile-sdk/
-
open "ovr_sdk_mobile_1.23/cflags.mk"
-
remove or comment out "LOCAL_CFLAGS += -Werror"
-
add this at the end of the file:
LOCAL_CFLAGS += -Wno-format LOCAL_CFLAGS += -Wno-unused-variable LOCAL_CFLAGS += -Wno-ignored-qualifiers LOCAL_CFLAGS += -frtti LOCAL_CFLAGS += -Wno-sign-compare LOCAL_CFLAGS += -Wno-unused-function
CFLAGS += -Wall CFLAGS += -mword-relocations CFLAGS += -mtune=mpcore CFLAGS += -mfloat-abi=hard CFLAGS += -fomit-frame-pointer CFLAGS += -ffast-math
-
-
download this repo and copy it into "ovr_sdk_mobile_1.23/VrSamples/"
-
download https://github.com/CidVonHighwind/FrontendGo and copy it into "ovr_sdk_mobile_1.23/VrSamples/"
-
download https://github.com/CidVonHighwind/BeetleVBLibretroGo and copy it into "ovr_sdk_mobile_1.23/VrEmulators/"
-
download "FreeType 2.10.0" https://download.savannah.gnu.org/releases/freetype/ and copy the "include" and the "src" folder into "ovr_sdk_mobile_1.23/VrEmulators/FreeType/" folder
-
Also copy the "Android.mk" and the "Application.mk" files from the FrontendGo repo and copy them into "ovr_sdk_mobile_1.23/VrEmulators/FreeType/"
-
download "gli 0.8.2.0" https://github.com/g-truc/gli/releases and copy the gli folder (the one next to doc, test, util, etc.) into "ovr_sdk_mobile_1.23/VrEmulators/"
-
download "glm 0.9.8.0" https://github.com/g-truc/glm/releases/tag/0.9.8.0 and copy the glm folder (the one next to doc, test, util, etc.)into "ovr_sdk_mobile_1.23/VrEmulators/"
-
open the VirtualBoyGo project in Android Studio