mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-05-02 02:49:34 +02:00
(MSVC) Compatibility fixes
This commit is contained in:
@@ -10,7 +10,11 @@
|
||||
#include <pico/pico_int.h>
|
||||
#include "cmn.h"
|
||||
|
||||
#ifdef _MSC_VER
|
||||
u8 tcache[DRC_TCACHE_SIZE];
|
||||
#else
|
||||
u8 __attribute__((aligned(4096))) tcache[DRC_TCACHE_SIZE];
|
||||
#endif
|
||||
|
||||
|
||||
void drc_cmn_init(void)
|
||||
|
||||
Reference in New Issue
Block a user