Add logging and update some files to hopefully fix fmt finally

This commit is contained in:
ownedbywuigi 2025-07-07 15:40:35 +01:00
parent dc2ac17c3b
commit 432e72fa4c
12 changed files with 1105 additions and 4 deletions

View file

@ -6,10 +6,10 @@
#include <array>
#include <string>
#include <fmt/ostream.h> //can't find that yet (ownedbywuigi)
#include "3rd_Party/fmt/include/fmt/ostream.h"
#include "import/common/logging/log.h"
#include "import/core/crypto/key_manager.h"
#include "common/logging/log.h"
#include "core/crypto/key_manager.h"
#include "core/fs/card_image.h"
#include "core/fs/content_archive.h"
#include "core/fs/nca_metadata.h"