mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-05 22:55:41 +13:00
9 lines
No EOL
169 B
C++
9 lines
No EOL
169 B
C++
#pragma once
|
|
|
|
#ifdef CPU_DYNARMIC
|
|
#include "cpu_dynarmic.hpp"
|
|
#elif defined(CPU_KVM)
|
|
#error KVM CPU is not implemented yet
|
|
#else
|
|
#error No CPU core implemented :(
|
|
#endif |