Introduce game db + fallback to stem of filename + volume control

This commit is contained in:
CocoSimone
2022-09-18 16:12:50 +02:00
parent bef4705ffa
commit 708dde5b6c
20 changed files with 3295 additions and 73 deletions

View File

@@ -6,7 +6,7 @@ struct App {
~App() = default;
void Run();
inline void LoadROM(const std::string& path) {
core.LoadROM(path);
window.LoadROM(core, path);
}
private:
n64::Core core;