mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-02 22:59:59 +01:00
8 lines
122 B
C
8 lines
122 B
C
#pragma once
|
|
|
|
enum SceDbgBreakOnErrorState : s32
|
|
{
|
|
SCE_DBG_DISABLE_BREAK_ON_ERROR = 0,
|
|
SCE_DBG_ENABLE_BREAK_ON_ERROR
|
|
};
|