project64/Source/Project64-rsp-core/Settings/RspSettings.h

8 lines
293 B
C
Raw Normal View History

2023-08-16 23:29:22 +00:00
#pragma once
#include <stdint.h>
void InitializeRspSetting(void);
extern uint16_t Set_AudioHle, Set_GraphicsHle, Set_AllocatedRdramSize;
2023-08-16 23:29:22 +00:00
extern bool GraphicsHle, AudioHle, ConditionalMove;
extern bool DebuggingEnabled, Profiling, IndvidualBlock, ShowErrors, BreakOnStart, LogRDP, LogX86Code;