#include "hal/SdlDisplay.h" #include "hal/SdlKeyboard.h" #include "hal/SimulatorPower.h" #include #define TAG "hardware" using namespace tt::hal; static std::vector> createDevices() { return { std::make_shared(), std::make_shared(), std::make_shared(), }; } extern const Configuration hardwareConfiguration = { .initBoot = nullptr, .createDevices = createDevices };