Fix CDXA on PS3

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