Fix CDXA on PS3

This commit is contained in:
Jaby
2024-07-20 16:05:53 +02:00
committed by Jaby
parent 3fe7109de9
commit 8c0fa6ef21
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))