mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 22:47:03 +00:00
cellSubDisplay: Add some constants (#9178)
This commit is contained in:
parent
4984e87776
commit
5d55e509ec
2 changed files with 20 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#include "stdafx.h"
|
||||
#include "stdafx.h"
|
||||
#include "Emu/Cell/PPUModule.h"
|
||||
|
||||
#include "cellSubDisplay.h"
|
||||
|
|
@ -17,6 +17,7 @@ void fmt_class_string<CellSubDisplayError>::format(std::string& out, u64 arg)
|
|||
STR_CASE(CELL_SUBDISPLAY_ERROR_NOT_FOUND);
|
||||
STR_CASE(CELL_SUBDISPLAY_ERROR_INVALID_VALUE);
|
||||
STR_CASE(CELL_SUBDISPLAY_ERROR_NOT_INITIALIZED);
|
||||
STR_CASE(CELL_SUBDISPLAY_ERROR_NOT_SUPPORTED);
|
||||
STR_CASE(CELL_SUBDISPLAY_ERROR_SET_SAMPLE);
|
||||
STR_CASE(CELL_SUBDISPLAY_ERROR_AUDIOOUT_IS_BUSY);
|
||||
STR_CASE(CELL_SUBDISPLAY_ERROR_ZERO_REGISTERED);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue