mirror of
https://github.com/pound-emu/pound.git
synced 2025-12-24 01:36:58 +00:00
Add logging and update some files to hopefully fix fmt finally
This commit is contained in:
parent
dc2ac17c3b
commit
432e72fa4c
12 changed files with 1105 additions and 4 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue