mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-16 18:42:41 +00:00
Remove every trailing whitespace from the project (but externals).
This commit is contained in:
@@ -39,7 +39,7 @@ void CallstackWidget::OnDebugModeEntered()
|
||||
{
|
||||
ret_addr = Memory::Read32(addr);
|
||||
call_addr = ret_addr - 4; //get call address???
|
||||
|
||||
|
||||
if (Memory::GetPointer(call_addr) == nullptr)
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user