2023-08-16 23:29:22 +00:00
|
|
|
#pragma once
|
|
|
|
#include <stdint.h>
|
|
|
|
|
|
|
|
void InitializeRspSetting(void);
|
|
|
|
|
2023-11-09 01:23:06 +00:00
|
|
|
extern uint16_t Set_AudioHle, Set_GraphicsHle, Set_AllocatedRdramSize, Set_DirectoryLog;
|
2024-01-11 07:47:05 +00:00
|
|
|
extern bool GraphicsHle, AudioHle, ConditionalMove, HleAlistTask, RspMultiThreaded;
|
2023-08-23 21:34:35 +00:00
|
|
|
extern bool DebuggingEnabled, Profiling, IndvidualBlock, ShowErrors, BreakOnStart, LogRDP, LogX86Code;
|