mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-06 15:48:05 -04:00
various pre-release tweaks
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@729 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
dabe23b611
commit
54646a396b
4 changed files with 27 additions and 10 deletions
|
@ -576,7 +576,7 @@ void plat_update_volume(int has_changed, int is_up)
|
|||
prev_frame = Pico.m.frame_count;
|
||||
}
|
||||
|
||||
if (need_low_volume)
|
||||
if (!need_low_volume)
|
||||
return;
|
||||
|
||||
/* set the right mixer func */
|
||||
|
|
|
@ -160,6 +160,7 @@ void plat_init(void)
|
|||
{
|
||||
case SOCID_MMSP2:
|
||||
mmsp2_init();
|
||||
menu_plat_setup(0);
|
||||
break;
|
||||
case SOCID_POLLUX:
|
||||
pollux_init();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue