add way to change audio volume (#330)

* add way to change audio volume

* more
This commit is contained in:
Logan McNaughton
2025-03-15 11:11:18 +01:00
committed by GitHub
parent 11b1137412
commit e48ad9bdff
4 changed files with 38 additions and 0 deletions
+2
View File
@@ -30,6 +30,8 @@ extern "C"
bool save_state;
bool load_state;
bool enable_speedlimiter;
bool lower_volume;
bool raise_volume;
} CALL_BACK;
void rdp_init(void *_window, GFX_INFO _gfx_info);