mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp
synced 2026-06-22 17:13:07 -04:00
Add main volume option to settings (#267)
* This commit adds the option to control the main volume game via a slider added to the "Sound" tab in the settings menu.
This commit is contained in:
@@ -78,7 +78,6 @@ extern "C" void recomp_get_targeting_mode(uint8_t* rdram, recomp_context* ctx) {
|
||||
_return(ctx, static_cast<int>(recomp::get_targeting_mode()));
|
||||
}
|
||||
|
||||
|
||||
extern "C" void recomp_get_bgm_volume(uint8_t* rdram, recomp_context* ctx) {
|
||||
_return(ctx, recomp::get_bgm_volume() / 100.0f);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user