mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-26 15:27:51 -05: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