mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-03 03:57:21 +02:00
10 lines
151 B
C
10 lines
151 B
C
#pragma once
|
|
|
|
enum SceDbgBreakOnErrorState : s32
|
|
{
|
|
SCE_DBG_DISABLE_BREAK_ON_ERROR = 0,
|
|
SCE_DBG_ENABLE_BREAK_ON_ERROR
|
|
};
|
|
|
|
extern psv_log_base sceDbg;
|