Proper KVM/Dynarmic split

This commit is contained in:
wheremyfoodat 2022-09-15 06:06:46 +03:00
parent b5371dc66c
commit 2057e0c447
6 changed files with 154 additions and 105 deletions

View file

@ -1,11 +1,13 @@
#pragma once
#define NOMINMAX // Windows why
#include "cpu.hpp"
#include "helpers.hpp"
#include "opengl.hpp"
#include "SFML/Window.hpp"
#include "SFML/Graphics.hpp"
class Emulator {
CPU cpu;
sf::RenderWindow window;
static constexpr u32 width = 400;
static constexpr u32 height = 240 * 2; // * 2 because 2 screens