fix decoding rsp
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user