mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-04 15:50:10 +01: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;
|