mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-25 14:30:14 +00:00
LDR fixup indices
This commit is contained in:
parent
c063b2467c
commit
f1f940d8d7
@ -711,8 +711,8 @@ class CROHelper final {
|
||||
}
|
||||
|
||||
/**
|
||||
* Verifies indeces in export tree table.
|
||||
* @returns ResultCode RESULT_SUCCESS if all indeces are verified as valid, otherwise error code.
|
||||
* Verifies indices in export tree table.
|
||||
* @returns ResultCode RESULT_SUCCESS if all indices are verified as valid, otherwise error code.
|
||||
*/
|
||||
ResultCode VerifyExportTreeTable() const {
|
||||
u32 tree_num = GetField(ExportTreeNum);
|
||||
|
Loading…
Reference in New Issue
Block a user