mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Merge pull request #11770 from lioncash/err
Common/CommonFuncs: Move interface into Common namespace
This commit is contained in:
@ -31,7 +31,7 @@ int WINAPI wWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, PWSTR pCmdLine
|
||||
// Test for write permissions
|
||||
bool need_admin = false;
|
||||
|
||||
auto path = GetModuleName(hInstance);
|
||||
auto path = Common::GetModuleName(hInstance);
|
||||
if (!path)
|
||||
{
|
||||
UI::Error("Failed to get updater filename.");
|
||||
|
Reference in New Issue
Block a user