id_cache.cpp: use unordered_map for s_java_load_callback_stages
This commit is contained in:
parent
455cd56343
commit
9669dd647a
@ -34,7 +34,7 @@ static jmethodID s_request_camera_permission;
|
||||
static jmethodID s_request_mic_permission;
|
||||
static jmethodID s_disk_cache_load_progress;
|
||||
|
||||
static std::map<VideoCore::LoadCallbackStage, jobject> s_java_load_callback_stages;
|
||||
static std::unordered_map<VideoCore::LoadCallbackStage, jobject> s_java_load_callback_stages;
|
||||
|
||||
namespace IDCache {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user