mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-02 20:09:41 -06:00
pointless micro optimisations
This commit is contained in:
@ -46,7 +46,7 @@ typedef std::list<ARCodeCat> ARCodeCatList;
|
||||
class ARCodeFile
|
||||
{
|
||||
public:
|
||||
ARCodeFile(std::string filename);
|
||||
ARCodeFile(const std::string& filename);
|
||||
~ARCodeFile();
|
||||
|
||||
bool Error;
|
||||
|
Reference in New Issue
Block a user