mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 08:51:28 +12:00
cellFont: add error_code
This commit is contained in:
parent
c2f4244c4d
commit
a00ebacef3
4 changed files with 131 additions and 94 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue