mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-06-28 18:09:46 -06:00
pointless micro optimisations
This commit is contained in:
@ -28,7 +28,7 @@ using Platform::LogLevel;
|
||||
// TODO: more user-friendly error reporting
|
||||
|
||||
|
||||
ARCodeFile::ARCodeFile(std::string filename)
|
||||
ARCodeFile::ARCodeFile(const std::string& filename)
|
||||
{
|
||||
Filename = filename;
|
||||
|
||||
|
Reference in New Issue
Block a user