|
|
@ -4,13 +4,14 @@
|
|
|
|
#include <cinttypes>
|
|
|
|
#include <cinttypes>
|
|
|
|
#include <clocale>
|
|
|
|
#include <clocale>
|
|
|
|
#include <cmath>
|
|
|
|
#include <cmath>
|
|
|
|
|
|
|
|
#include <format>
|
|
|
|
#include <fstream>
|
|
|
|
#include <fstream>
|
|
|
|
#include <iostream>
|
|
|
|
#include <iostream>
|
|
|
|
#include <memory>
|
|
|
|
#include <memory>
|
|
|
|
#include <thread>
|
|
|
|
#include <thread>
|
|
|
|
#include <format>
|
|
|
|
|
|
|
|
#include "core/loader/nca.h"
|
|
|
|
#include "core/loader/nca.h"
|
|
|
|
#include "core/tools/renderdoc.h"
|
|
|
|
#include "core/tools/renderdoc.h"
|
|
|
|
|
|
|
|
|
|
|
|
#ifdef __APPLE__
|
|
|
|
#ifdef __APPLE__
|
|
|
|
#include <unistd.h> // for chdir
|
|
|
|
#include <unistd.h> // for chdir
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|