mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 06:08:35 +00:00
use LE functions for getInt16/putInt16
svn-id: r38744
This commit is contained in:
parent
579e7628e3
commit
7570cfcb57
@ -104,9 +104,9 @@ typedef struct {
|
||||
|
||||
/**** FUNCTION DECLARATIONS ****/
|
||||
|
||||
#define getInt16 (int16)READ_UINT16
|
||||
#define getUInt16 READ_UINT16
|
||||
#define putInt16 WRITE_UINT16
|
||||
#define getInt16 (int16)READ_LE_UINT16
|
||||
#define getUInt16 READ_LE_UINT16
|
||||
#define putInt16 WRITE_LE_UINT16
|
||||
|
||||
|
||||
/* --- */
|
||||
|
Loading…
Reference in New Issue
Block a user