Fix CDXA on PS3

This commit is contained in:
Jaby
2024-07-20 16:05:53 +02:00
committed by Jaby
parent 928ec9e47e
commit 69b5709e5e
8 changed files with 20 additions and 13 deletions

View File

@@ -1,5 +1,5 @@
#pragma once
#include "../stddef.hpp"
#include <stddef.hpp>
#define __used __attribute__((used))
#define __no_align __attribute__((packed))