Fix GitHub actions

This commit is contained in:
allkern
2024-05-07 01:04:43 -03:00
parent a7f16c04ed
commit 59dc0947be
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
#include "config.h"
#include "common.h"
#include "log.h"
#include "psx/log.h"
static const char* g_version_text =
#ifdef _WIN32
+3 -3
View File
@@ -1,6 +1,6 @@
#include "psx.h"
#include "input/sda.h"
#include "disc/cue.h"
#include "psx/psx.h"
#include "psx/input/sda.h"
#include "psx/disc/cue.h"
#include "screen.h"
#include "config.h"
+1 -1
View File
@@ -1,7 +1,7 @@
#ifndef SCREEN_H
#define SCREEN_H
#include "psx.h"
#include "psx/psx.h"
#include "common.h"
#include <string.h>