mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-05 06:47:45 -04:00
various pre-release tweaks
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@729 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
fea1749d54
commit
22b2271a09
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