mirror of
https://github.com/xenia-project/xenia.git
synced 2025-12-06 07:12:03 +01:00
Oops. Not sure how that got reverted.
This commit is contained in:
parent
2a2fe509e6
commit
225bb74316
|
|
@ -746,7 +746,7 @@ public:
|
|||
if (result) {
|
||||
input_++;
|
||||
}
|
||||
return result;
|
||||
return xe::byte_swap(result);
|
||||
}
|
||||
|
||||
uint16_t peek(int32_t offset) {
|
||||
|
|
@ -787,7 +787,7 @@ public:
|
|||
if (result) {
|
||||
input_++;
|
||||
}
|
||||
return result;
|
||||
return xe::byte_swap(result);
|
||||
}
|
||||
|
||||
uint16_t peek(int32_t offset) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue