mirror of
https://github.com/ARMSX2/ARMSX1.git
synced 2026-08-24 16:53:35 -07:00
Fix GitHub actions
This commit is contained in:
+1
-1
@@ -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
@@ -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
@@ -1,7 +1,7 @@
|
||||
#ifndef SCREEN_H
|
||||
#define SCREEN_H
|
||||
|
||||
#include "psx.h"
|
||||
#include "psx/psx.h"
|
||||
#include "common.h"
|
||||
|
||||
#include <string.h>
|
||||
|
||||
Reference in New Issue
Block a user