Exception handling fix

This commit is contained in:
Nekotekina 2015-01-18 16:57:39 +03:00
parent 6627cc9666
commit 6545df2b15
2 changed files with 100 additions and 133 deletions

View file

@ -1067,5 +1067,5 @@ void cellAudio_init(Module *pxThis)
void cellAudio_load()
{
// never called :(
// CELL_SYSMODULE AUDIO module is rarely loaded manually, so cellAudio_load() won't be called in every case
}