fix decoding rsp

This commit is contained in:
CocoSimone
2022-10-06 18:30:04 +02:00
parent 73d65c2246
commit 6d9516933d
5 changed files with 40 additions and 20 deletions

View File

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