Add scrollable options menu (#99)

* * Add new scrollable options list.

* * Add OptionList.cpp to the CMakeLists.txt

* * Add the new stuff by @jonkadelic to the new options menu.
This commit is contained in:
iProgramInCpp
2023-11-05 18:40:44 +02:00
committed by GitHub
parent e6ab1214af
commit 5df07e2fc1
15 changed files with 617 additions and 21 deletions

View File

@@ -38,6 +38,10 @@
#endif
#endif
#ifdef _MSC_VER
#pragma warning (disable : 4068)
#endif
#if defined(_WIN32)
#ifndef _XBOX // assume we're on a normal Windows device