Fix CDXA on PS3

This commit is contained in:
Jaby
2024-07-20 16:05:53 +02:00
parent e6c5ed161f
commit d1321b133f
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))