Hotifx for Windows maybe

This commit is contained in:
SimoneN64
2024-05-25 18:46:17 +02:00
parent dce04609c0
commit 6003f02644
4 changed files with 4 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
#include <Audio.hpp>
#include <log.hpp>
#include <SDL2/SDL.h>
namespace n64 {
#define AUDIO_SAMPLE_RATE 44100

View File

@@ -1,6 +1,6 @@
#pragma once
#include <MemoryHelpers.hpp>
#include <SDL2/SDL.h>
#include <SDL2/SDL_audio.h>
namespace n64 {
struct AudioDevice {