Implemented shader cache preloading

This commit is contained in:
Mr-Wiseguy
2024-04-27 00:02:10 -04:00
parent a6f94f9e2e
commit 598948bfb6
7 changed files with 36 additions and 2 deletions
+1
View File
@@ -23,6 +23,7 @@ namespace ultramodern {
void shutdown();
void set_dummy_vi();
uint32_t get_display_framerate();
void load_shader_cache(std::span<const char> cache_binary);
private:
std::unique_ptr<RT64::Application> app;
};