mirror of
https://github.com/pspdev/pspsdk.git
synced 2025-12-23 20:22:40 +00:00
ATRAC3: Fix mysterious "uint" type reference in pspatrac3.h
Not sure where this originated. Possibly a leftover from old SDK versions since the uint type appears in some archaic homebrew as well. This was the only reference of `uint` in the entire SDK. Went ahead and changed this appropriately to `u32`.
This commit is contained in:
@@ -66,7 +66,7 @@ typedef struct {
|
|||||||
u32 uiReadPositionSecondBuf;
|
u32 uiReadPositionSecondBuf;
|
||||||
} PspBufferInfo;
|
} PspBufferInfo;
|
||||||
|
|
||||||
int sceAtracGetAtracID(uint uiCodecType);
|
int sceAtracGetAtracID(u32 uiCodecType);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Creates a new Atrac ID from the specified data
|
* Creates a new Atrac ID from the specified data
|
||||||
|
|||||||
Reference in New Issue
Block a user