mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-02-21 06:33:22 +00:00
Add ERROR_MPEG_AVC_DECODE_FATAL in sceMpeg.h
This commit is contained in:
parent
3e84a207c1
commit
0b4c7d3d1d
@ -42,6 +42,8 @@ enum {
|
||||
ERROR_MPEG_NO_DATA = 0x80618001,
|
||||
ERROR_MPEG_ALREADY_INIT = 0x80618005,
|
||||
ERROR_MPEG_NOT_YET_INIT = 0x80618009,
|
||||
|
||||
ERROR_MPEG_AVC_DECODE_FATAL = 0x80628002,
|
||||
};
|
||||
|
||||
// MPEG statics.
|
||||
|
Loading…
x
Reference in New Issue
Block a user