We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I need support for the following symbols (which I have already manually found in those games).
(Take the addresses with a grain of salt, especially if marked with ???)
???
Burnout 3
XNetGetEthernetLinkStatus = 0x0020F9AE XNetConfig = 0x00339288 XNetGetConfigStatus = 0x00339293 XNetRandom = 0x0033929E XNetRegisterKey = 0x003392A9 XNetUnregisterKey = 0x003392B4 XNetXnAddrToInAddr = 0x003392BF XNetDnsLookup = 0x003392D6 XNetDnsRelease = 0x003392ED XNetQosListen = 0x003392F8 XNetQosLookup = 0x00339307 XNetQosRelease = 0x00339323 XNetGetTitleXnAddr = 0x0033932E XNetServerToInAddr = 0x003394D9 XNetUnregisterInAddr = 0x003394F0 XNetConnect = 0x003394FB XNetGetConnectStatus = 0x00339506 XNetQosServiceLookup = 0x00339511 XNetStartup = 0x00339722 XNetOpenConfigVolume = 0x0033BAB7 XNetCloseConfigVolume = 0x0033BB05 XNetLoadConfigSector = 0x0033BBD9 XNetSaveConfigSector = 0x0033BC90 XNetSaveConfigParams = 0x0033BD33 XNetLoadConfigParams = 0x0033BDDF XNetUpdateConfigParams = 0x0033BE79 XNetConfigUPnP = 0x0033BEE3
Outrun 2006
XNetGetEthernetLinkStatus = 0x00084FFD XNetCloseConfigVolume = 0x002146E7 XNetConfig = 0x00204ECA XNetConfigUPnP = 0x00214AC5 XNetCreateKey = 0x00204EEB XNetDnsLookup = 0x00204F23 XNetDnsRelease = 0x00204F3A XNetGetConfigStatus = 0x00204ED5 XNetGetConnectStatus = 0x002050FA XNetInAddrToXnAddr = 0x002050CD XNetLoadConfigSector = 0x002147BB XNetOpenConfigVolume = 0x00214699 XNetQosListen = 0x00204F45 XNetQosLookup = 0x00204F54 XNetQosRelease = 0x00204F70 XNetRandom = 0x00204EE0 XNetRegisterKey = 0x00204EF6 XNetSaveConfigSector = 0x00214872 XNetServerToInAddr = 0x002050B6 XNetStartup = 0x0020530B XNetUnregisterKey = 0x00204F01 XNetUpdateConfigParams = 0x00214A5B XNetXnAddrToInAddr = 0x00204F0C
The text was updated successfully, but these errors were encountered:
List of missing signatures according to OP post: (ticked is equivalent to implemented)
Sorry, something went wrong.
No branches or pull requests
I need support for the following symbols (which I have already manually found in those games).
(Take the addresses with a grain of salt, especially if marked with
???
)Burnout 3
Outrun 2006
The text was updated successfully, but these errors were encountered: