Fix CDXA on PS3
This commit is contained in:
@@ -178,6 +178,7 @@ namespace JabyEngine {
|
||||
static constexpr Desc GetLocP{0x11, Interrupt::Type::Acknowledge};
|
||||
static constexpr Desc GetTN{0x13, Interrupt::Type::Acknowledge};
|
||||
static constexpr Desc GetTD{0x14, Interrupt::Type::Acknowledge};
|
||||
static constexpr Desc SeekL{0x15, Interrupt::Type::Complete};
|
||||
static constexpr Desc ReadS{0x1B, Interrupt::Type::DataReady};
|
||||
};
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#pragma once
|
||||
#include "../stddef.hpp"
|
||||
#include <stddef.hpp>
|
||||
|
||||
#define __used __attribute__((used))
|
||||
#define __no_align __attribute__((packed))
|
||||
|
Reference in New Issue
Block a user