(svn r11145) -Codechange: add support for "decoding" TTDPs string codes wrt to registers 0x100 to 0x10F.
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
*/
|
||||
static inline uint32 GetRegister(uint i)
|
||||
{
|
||||
extern TemporaryStorageArray<uint, 0x110> _temp_store;
|
||||
extern TemporaryStorageArray<uint32, 0x110> _temp_store;
|
||||
return _temp_store.Get(i);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user