mirror of
https://github.com/Dark98/threeSD.git
synced 2026-07-03 08:39:04 +00:00
Fixed minor UI errors
This commit is contained in:
@@ -79,7 +79,6 @@ public:
|
||||
std::size_t items_read = file.ReadArray(data, length);
|
||||
|
||||
if (IsGood()) {
|
||||
LOG_CRITICAL(Core, "Decrypting data...");
|
||||
DecryptData(reinterpret_cast<u8*>(data), sizeof(T) * length);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user