mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Resource: improve assembly code formatting
Don't use byte opcodes, and suffix hexadecimal values with 'h'.
This commit is contained in:
parent
5e0c24ad84
commit
bd9beaa33a
@ -58,7 +58,7 @@
|
|||||||
// However, our engine has a working implementation of the GPU driven texture streaming system, and the correct thing
|
// However, our engine has a working implementation of the GPU driven texture streaming system, and the correct thing
|
||||||
// to do here is to not force anything, since our SDK will enable the GPU driven texture streaming system if an STBSP
|
// to do here is to not force anything, since our SDK will enable the GPU driven texture streaming system if an STBSP
|
||||||
// file wasn't provided for the level. We turn the conditional jump to an unconditional jump here to skip this code.
|
// file wasn't provided for the level. We turn the conditional jump to an unconditional jump here to skip this code.
|
||||||
0x3E0363: "EB 0F"
|
0x3E0363: "jmp 0Fh"
|
||||||
|
|
||||||
/////////////////////////////
|
/////////////////////////////
|
||||||
/////////////////////////////
|
/////////////////////////////
|
||||||
|
Loading…
x
Reference in New Issue
Block a user