mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 20:28:56 +00:00
Movie/Frame: Amend variable naming
Amends variable naming related to translation unit locals and TAS input dialogs that were modified in the previous commit.
This commit is contained in:
parent
7f0203a5b0
commit
678905764a
4 changed files with 19 additions and 18 deletions
|
@ -137,7 +137,7 @@ private:
|
|||
CLogWindow* m_LogWindow = nullptr;
|
||||
LogConfigWindow* m_LogConfigWindow = nullptr;
|
||||
FifoPlayerDlg* m_FifoPlayerDlg = nullptr;
|
||||
TASInputDlg* g_TASInputDlg[8];
|
||||
TASInputDlg* m_tas_input_dialogs[8];
|
||||
bool UseDebugger = false;
|
||||
bool m_bBatchMode = false;
|
||||
bool m_bEdit = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue