Added clarification to workflow notes

This commit is contained in:
jeffman 2017-04-11 17:15:51 -04:00
parent d4e1e81bb2
commit 5b08fb966c
1 changed files with 2 additions and 0 deletions

View File

@ -20,3 +20,5 @@ to be called from C should be defined in vwf.h as (for example):
linker, *also* defined in ext.c as: linker, *also* defined in ext.c as:
__attribute__((naked)) void copy_tile_up(int x, int y){} __attribute__((naked)) void copy_tile_up(int x, int y){}
Because armips exports all symbols in lower-case, all such extern functions must be lower-case.