cellFont: add error_code

This commit is contained in:
Megamouse 2020-07-15 23:16:24 +02:00
parent c2f4244c4d
commit a00ebacef3
4 changed files with 131 additions and 94 deletions

View file

@ -677,7 +677,7 @@ error_code cellMicStartEx(s32 dev_num, u32 iflags)
if (!device.is_opened())
return CELL_MICIN_ERROR_NOT_OPEN;
cellMic.error("We're getting started mate!");
cellMic.success("We're getting started mate!");
return device.start_microphone();
}