Minor optimizations (use the new hashmap in a few more places)

This commit is contained in:
Henrik Rydgård 2017-08-20 19:03:16 +02:00
parent 9bce767b73
commit 2f85e6516e
17 changed files with 75 additions and 94 deletions

View file

@ -20,6 +20,7 @@
#include <cstring>
#include "ppsspp_config.h"
#include "base/basictypes.h"
#include "Common/Hashmaps.h"
#include "Common/Log.h"
#include "Common/CommonTypes.h"
#include "Core/Reporting.h"