mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-09-25 20:01:59 -05:00
SymbolDB: Normalize variable names
Normalizes variable naming so that it adheres to our coding style While we're at it do minor cleanup relating to modified lines
This commit is contained in:
@@ -440,7 +440,7 @@ void CCodeWindow::UpdateLists()
|
||||
|
||||
for (auto& call : symbol->callers)
|
||||
{
|
||||
u32 caller_addr = call.callAddress;
|
||||
u32 caller_addr = call.call_address;
|
||||
Symbol* caller_symbol = g_symbolDB.GetSymbolFromAddr(caller_addr);
|
||||
if (caller_symbol)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user