mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 17:01:24 +12:00
CELL_OK cleanup
This commit is contained in:
parent
45908b9dd8
commit
7ac64a6725
16 changed files with 66 additions and 85 deletions
|
@ -1,13 +1,13 @@
|
|||
#include "stdafx.h"
|
||||
#include "Emu/Cell/PPUModule.h"
|
||||
|
||||
namespace vm { using namespace ps3; }
|
||||
|
||||
logs::channel cellMusicDecode("cellMusicDecode");
|
||||
|
||||
// Return Codes
|
||||
enum
|
||||
{
|
||||
CELL_MUSIC_DECODE_OK = 0,
|
||||
CELL_MUSIC_DECODE_CANCELED = 1,
|
||||
CELL_MUSIC_DECODE_DECODE_FINISHED = 0x8002C101,
|
||||
CELL_MUSIC_DECODE_ERROR_PARAM = 0x8002C102,
|
||||
CELL_MUSIC_DECODE_ERROR_BUSY = 0x8002C103,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue