mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
Rename Misc.cpp to CommonFuncs.cpp
Because its only function is declared in CommonFuncs.h.
This commit is contained in:
parent
722aca0830
commit
2f9df072d6
5 changed files with 3 additions and 4 deletions
|
@ -89,5 +89,4 @@ __declspec(dllimport) void __stdcall DebugBreak(void);
|
|||
// Generic function to get last error message.
|
||||
// Call directly after the command or use the error num.
|
||||
// This function might change the error code.
|
||||
// Defined in Misc.cpp.
|
||||
std::string GetLastErrorMsg();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue