Fix a couple of typos

[committer note: fixed commit message style]
This commit is contained in:
Filippo Tarpini 2020-12-31 12:59:54 +02:00 committed by Léo Lam
parent 0805b58302
commit a5a6ef8512
No known key found for this signature in database
GPG Key ID: 0DF30F9081000741
2 changed files with 3 additions and 3 deletions

View File

@ -220,7 +220,7 @@ public:
} }
protected: protected:
// TODO: Wiimote attachment has its own member that isn't being used.. // TODO: Wiimote attachment has its own member that isn't being used.
ciface::ExpressionParser::ControlEnvironment::VariableContainer m_expression_vars; ciface::ExpressionParser::ControlEnvironment::VariableContainer m_expression_vars;
void UpdateReferences(ciface::ExpressionParser::ControlEnvironment& env); void UpdateReferences(ciface::ExpressionParser::ControlEnvironment& env);

View File

@ -1194,7 +1194,7 @@ void Renderer::UpdateWidescreenHeuristic()
// with NON-anamorphic orthographic projections. // with NON-anamorphic orthographic projections.
// This can cause incorrect changes to 4:3 when perspective projections are temporarily not // This can cause incorrect changes to 4:3 when perspective projections are temporarily not
// shown. e.g. Animal Crossing's inventory menu. // shown. e.g. Animal Crossing's inventory menu.
// Unless we were in a sitation which was orthographically anamorphic // Unless we were in a situation which was orthographically anamorphic
// we won't consider orthographic data for changes from 16:9 to 4:3. // we won't consider orthographic data for changes from 16:9 to 4:3.
m_is_game_widescreen = false; m_is_game_widescreen = false;
} }
@ -1332,7 +1332,7 @@ void Renderer::Swap(u32 xfb_addr, u32 fb_width, u32 fb_stride, u32 fb_height, u6
Core::Callback_FramePresented(); Core::Callback_FramePresented();
} }
// Handle any config changes, this gets propogated to the backend. // Handle any config changes, this gets propagated to the backend.
CheckForConfigChanges(); CheckForConfigChanges();
g_Config.iSaveTargetId = 0; g_Config.iSaveTargetId = 0;