FFL
Loading...
Searching...
No Matches
FFLiBug.h
Go to the documentation of this file.
1#ifndef FFLI_BUG_H_
2#define FFLI_BUG_H_
3
4#include <nn/ffl/types.h>
5
6void FFLiBugEndianSwap(void* ptr, u32 size);
7
8u32 FFLiBugCanSwapSize(u32 size);
9
10void* FFLiBugVgtFixedIndexPtr(void* ptr);
12
13#endif // FFLI_BUG_H_
u32 FFLiBugCanVgtFixedIndexSize(u32 size)
Definition FFLiBug.cpp:19
void * FFLiBugVgtFixedIndexPtr(void *ptr)
Definition FFLiBug.cpp:14
u32 FFLiBugCanSwapSize(u32 size)
Definition FFLiBug.cpp:9
void FFLiBugEndianSwap(void *ptr, u32 size)
Definition FFLiBug.cpp:5