You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: view/sharedcache/core/DSCView.cpp
+9-3Lines changed: 9 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,9 @@
13
13
* */
14
14
15
15
#include"DSCView.h"
16
+
17
+
#include"FileAccessorCache.h"
18
+
#include"MappedFileAccessor.h"
16
19
#include"view/macho/machoview.h"
17
20
#include"SharedCache.h"
18
21
@@ -196,7 +199,7 @@ bool DSCView::Init()
196
199
auto metadataVersion = SharedCacheCore::SharedCacheMetadata::ViewMetadataVersion(GetParentView());
197
200
if (metadataVersion.has_value() && metadataVersion.value() != METADATA_VERSION)
198
201
{
199
-
// TODO: This is fucked up lmaooooo
202
+
// TODO: dont worry this will go away with the refactor, eta this week idk.
200
203
ShowMessageBox("Invalid Shared Cache Metadata!", "The BNDB shared cache metadata was created with a different version of the Shared Cache view, to continue the metadata has to be recreated. You will need to add your images back again.");
0 commit comments