diff options
| author | AloXado320 <david.albujar.s.30@gmail.com> | 2026-01-24 00:46:11 -0500 |
|---|---|---|
| committer | Lywx <kiritodev01@gmail.com> | 2026-01-24 00:15:07 -0600 |
| commit | 9d468174cc752e31d06463a7fe7100a39ec86af7 (patch) | |
| tree | 2a1d6a39d4a95b7a8e89dd71be95084dd217c2c5 /src/factories/sm64/GeoLayoutFactory.cpp | |
| parent | 963a1f6830f1080a33f581c8b935c49060899214 (diff) | |
Build using C++17 and replace sha1 library
Diffstat (limited to 'src/factories/sm64/GeoLayoutFactory.cpp')
| -rw-r--r-- | src/factories/sm64/GeoLayoutFactory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/factories/sm64/GeoLayoutFactory.cpp b/src/factories/sm64/GeoLayoutFactory.cpp index 37d0e74..73e4a2e 100644 --- a/src/factories/sm64/GeoLayoutFactory.cpp +++ b/src/factories/sm64/GeoLayoutFactory.cpp @@ -28,7 +28,7 @@ uint64_t RegisterAutoGen(uint32_t ptr, std::string type) { void StoreFunc(uint32_t vram) { return; - if(!gFunctionMap.contains(vram)) { + if(!Torch::contains(gFunctionMap, vram)) { return; } |
