Fix for No and disabeling of callback support for now
This commit is contained in:
@@ -8,7 +8,7 @@ namespace JabyEngine {
|
||||
void identify();
|
||||
}
|
||||
|
||||
namespace Callbacks {
|
||||
namespace [[deprecated("Callbacks are deprecated for now")]] Callbacks {
|
||||
void setup();
|
||||
}
|
||||
|
||||
|
||||
@@ -26,9 +26,13 @@ namespace JabyEngine {
|
||||
};
|
||||
|
||||
namespace internal {
|
||||
struct XASectorHeader {
|
||||
struct RawXADataSector {
|
||||
Header header;
|
||||
SubHeader sub_header;
|
||||
SubHeader copy_sub_header;
|
||||
uint8_t data[0x800];
|
||||
uint32_t edc;
|
||||
uint8_t ecc[0x114];
|
||||
};
|
||||
|
||||
class SectorBufferAllocator {
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#include <PSX/System/threads.hpp>
|
||||
|
||||
namespace JabyEngine {
|
||||
namespace Callback {
|
||||
namespace [[deprecated("Callbacks are deprecated for now")]] Callback {
|
||||
namespace internal {
|
||||
namespace VSync {
|
||||
static constexpr size_t StackSize = 64;
|
||||
Reference in New Issue
Block a user