mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-12 07:48:18 -05:00
Remove unused NDMA module
This commit is contained in:
@ -65,7 +65,6 @@ enum LOG_TYPE {
|
||||
WII_IPC_HID,
|
||||
KERNEL,
|
||||
SVC,
|
||||
NDMA,
|
||||
HLE,
|
||||
RENDER,
|
||||
GPU,
|
||||
|
@ -68,7 +68,6 @@ LogManager::LogManager()
|
||||
m_Log[LogTypes::RENDER] = new LogContainer("RENDER", "RENDER");
|
||||
m_Log[LogTypes::GPU] = new LogContainer("GPU", "GPU");
|
||||
m_Log[LogTypes::SVC] = new LogContainer("SVC", "Supervisor Call HLE");
|
||||
m_Log[LogTypes::NDMA] = new LogContainer("NDMA", "NDMA");
|
||||
m_Log[LogTypes::HLE] = new LogContainer("HLE", "High Level Emulation");
|
||||
m_Log[LogTypes::HW] = new LogContainer("HW", "Hardware");
|
||||
m_Log[LogTypes::ACTIONREPLAY] = new LogContainer("ActionReplay", "ActionReplay");
|
||||
|
Reference in New Issue
Block a user