mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2025-12-21 21:26:11 +01:00
Consolidate all source files into src/ directory
This commit is contained in:
parent
c6ecc835b6
commit
714216fd0e
328 changed files with 1006 additions and 1032 deletions
|
|
@ -84,8 +84,8 @@ The below is a minimal example. Bring-your-own memory system.
|
|||
#include <cstdio>
|
||||
#include <exception>
|
||||
|
||||
#include <dynarmic/A32/a32.h>
|
||||
#include <dynarmic/A32/config.h>
|
||||
#include "dynarmic/interface/A32/a32.h"
|
||||
#include "dynarmic/interface/A32/config.h"
|
||||
|
||||
using u8 = std::uint8_t;
|
||||
using u16 = std::uint16_t;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue