mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
Add 1.2.5e to several makefiles and matching dolphin lib stuff (#247)
* Fix select_occurence in diff.py * Use 1.2.5e and metroid prime decomp to match dlphin lib funcs * Fix FRANK_COMPILER WINE typo * Double WINE use removal * Organize dolphin compiler makefile names * Use inline auto instead of special inline where applicable I couldn't make CARDOpen work with the flag though
This commit is contained in:
@@ -7,8 +7,20 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#define ARQ_CHUNK_SIZE_DEFAULT 4096
|
||||
|
||||
typedef void (*ARQCallback)(u32 request_address);
|
||||
|
||||
typedef enum _ARamType {
|
||||
ARAM_DIR_MRAM_TO_ARAM,
|
||||
ARAM_DIR_ARAM_TO_MRAM,
|
||||
} ARamType;
|
||||
|
||||
typedef enum _ArqPriotity {
|
||||
ARQ_PRIORITY_LOW,
|
||||
ARQ_PRIORITY_HIGH,
|
||||
} ArqPriotity;
|
||||
|
||||
typedef struct ARQRequest {
|
||||
struct ARQRequest* next;
|
||||
u32 owner;
|
||||
|
||||
Reference in New Issue
Block a user