mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp
synced 2026-07-03 04:53:39 -04:00
Added icons and version number, disabled 8x MSAA and set default to 2x
This commit is contained in:
@@ -6,6 +6,8 @@
|
||||
#include "nfd.h"
|
||||
#include <filesystem>
|
||||
|
||||
std::string version_number = "v0.9.0";
|
||||
|
||||
Rml::DataModelHandle model_handle;
|
||||
bool mm_rom_valid = false;
|
||||
|
||||
@@ -101,6 +103,7 @@ public:
|
||||
Rml::DataModelConstructor constructor = context->CreateDataModel("launcher_model");
|
||||
|
||||
constructor.Bind("mm_rom_valid", &mm_rom_valid);
|
||||
constructor.Bind("version_number", &version_number);
|
||||
|
||||
model_handle = constructor.GetModelHandle();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user