mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2025-12-23 15:54:17 +01:00
tests: Add verbose debugging output and test_reader
This commit is contained in:
parent
f865bbbad2
commit
ffc3dce9b1
14 changed files with 393 additions and 22 deletions
|
|
@ -40,12 +40,6 @@
|
|||
#include <fmt/format.h>
|
||||
#include <fmt/ostream.h>
|
||||
|
||||
#if defined(__APPLE__) && defined(MCL_ARCHITECTURE_ARM64)
|
||||
# include <mach/mach_init.h>
|
||||
# include <mach/mach_port.h>
|
||||
# include <mach/task.h>
|
||||
#endif
|
||||
|
||||
constexpr bool mask_fpsr_cum_bits = true;
|
||||
|
||||
namespace {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue