Skip to content
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.

Commit

Permalink
fixed unknown function error
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Strelsky committed Sep 12, 2023
1 parent 4ece01b commit 619d1cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daemon/source/titleid_map.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,6 @@ class TitleIdMap {
if (index < 0) {
return nullptr;
}
return entries.get() + index;
return entries.array + index;
}
};

0 comments on commit 619d1cd

Please sign in to comment.