Refactor include paths for PS3 tools: update headers to use the ps3 directory

This commit is contained in:
2026-03-16 19:07:19 +00:00
parent 7b05275c47
commit 58a78c795c
3 changed files with 4 additions and 4 deletions

View File

@@ -14,7 +14,7 @@
extern "C"
{
#include "../tool/ird.h"
#include "../tool/ps3/ird.h"
}
class IrdFixture : public ::testing::Test

View File

@@ -15,8 +15,8 @@
extern "C"
{
#include "../tool/iso9660_mini.h"
#include "../tool/sfo.h"
#include "../tool/ps3/iso9660_mini.h"
#include "../tool/ps3/sfo.h"
}
/* In-memory ISO image for testing */

View File

@@ -15,7 +15,7 @@
extern "C"
{
#include "../tool/sfo.h"
#include "../tool/ps3/sfo.h"
}
class SfoFixture : public ::testing::Test