mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-12 09:09:47 +12:00
Co-authored-by: wheremyfoodat <44909372+wheremyfoodat@users.noreply.github.com> Co-authored-by: hazelwiss <hazelwiss.rs@gmail.com>
9 lines
No EOL
154 B
C++
9 lines
No EOL
154 B
C++
#pragma once
|
|
|
|
#ifdef CPU_DYNARMIC
|
|
#include "cpu_dynarmic.hpp"
|
|
#elif defined(CPU_KVM)
|
|
#include "cpu_kvm.hpp"
|
|
#else
|
|
#error No CPU core implemented :(
|
|
#endif |