fix pads, start RSP

This commit is contained in:
CocoSimone
2022-09-10 01:05:46 +02:00
parent 0b5a9ba0e7
commit 645a20931a
16 changed files with 131 additions and 78 deletions

View File

@@ -3,6 +3,7 @@
#include <nfd.hpp>
#include <Core.hpp>
#include <utility>
#include <Audio.hpp>
VkInstance instance{};
@@ -20,6 +21,8 @@ Window::Window(n64::Core& core) {
void Window::InitSDL() {
SDL_Init(SDL_INIT_EVERYTHING);
n64::InitAudio();
window = SDL_CreateWindow(
"natsukashii",
SDL_WINDOWPOS_CENTERED,