mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-04 11:45:18 +02:00
Debug visualization for the Vulkan memory allocator. Shows some interesting behaviour.
This commit is contained in:
@@ -789,6 +789,7 @@ static ConfigSetting debuggerSettings[] = {
|
||||
ConfigSetting("DisplayStatusBar", &g_Config.bDisplayStatusBar, true),
|
||||
ConfigSetting("ShowBottomTabTitles",&g_Config.bShowBottomTabTitles,true),
|
||||
ConfigSetting("ShowDeveloperMenu", &g_Config.bShowDeveloperMenu, false),
|
||||
ConfigSetting("ShowAllocatorDebug", &g_Config.bShowAllocatorDebug, false, false),
|
||||
ConfigSetting("SkipDeadbeefFilling", &g_Config.bSkipDeadbeefFilling, false),
|
||||
ConfigSetting("FuncHashMap", &g_Config.bFuncHashMap, false),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user