Map physical addresses for fastmem + minor optimization

This commit is contained in:
CocoSimone
2022-12-16 23:13:58 +01:00
parent dc858560ad
commit 08e0903fa0
9 changed files with 137 additions and 112 deletions

View File

@@ -15,7 +15,7 @@ struct Window {
[[nodiscard]] bool gotClosed(SDL_Event event);
ImFont *uiFont{}, *codeFont{};
u32 windowID{};
float volumeL = 0.01, volumeR = 0.01;
float volumeL = 0.0, volumeR = 0.0;
void LoadROM(n64::Core& core, const std::string& path);
private:
bool lockVolume = true;