mirror of
https://github.com/xenia-project/xenia.git
synced 2026-04-20 22:13:40 +00:00
[Kernel] Remove a TODO for a verified reference
This commit is contained in:
parent
56b4a45002
commit
44847abb98
1 changed files with 0 additions and 2 deletions
|
|
@ -251,8 +251,6 @@ dword_result_t NetDll_WSAStartup(dword_t caller, word_t version,
|
|||
|
||||
// Some games (5841099F) want this value round-tripped - they'll compare if
|
||||
// it changes and bugcheck if it does.
|
||||
// TODO(Triang3l): Verify if the title ID in the comment is correct - added
|
||||
// by benvanik as an acronym initially.
|
||||
uint32_t vendor_ptr = xe::load_and_swap<uint32_t>(data_out + 0x190);
|
||||
xe::store_and_swap<uint32_t>(data_out + 0x190, vendor_ptr);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue