mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
some portability cleanups
This commit is contained in:
parent
7612bf90be
commit
bce144211c
4 changed files with 21 additions and 25 deletions
|
@ -10,7 +10,7 @@
|
|||
#include <pico/pico_int.h>
|
||||
#include "cmn.h"
|
||||
|
||||
u8 __attribute__((aligned(4096))) tcache[DRC_TCACHE_SIZE];
|
||||
u8 ALIGNED(4096) tcache[DRC_TCACHE_SIZE];
|
||||
|
||||
|
||||
void drc_cmn_init(void)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue