-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
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
adds implementation for SteamAPI_InitFlat #185
Conversation
Now, you can safely remove |
That would mean discard the existing init & init_app function and replace them with the implementation I provided? I don't mind editing my PR in that direction, I'm just not sure as to what are the consequences of not initializing the SteamAPI with the ISteam Interface on our side, as it's what the previous version is doing (to my understanding). |
The It is just to simulate this function: steamworks-rs/steamworks-sys/lib/steam/public/steam/steam_api.h Lines 338 to 372 in e596375
For the new version, the steamworks-rs/steamworks-sys/lib/steam/public/steam/steam_api.h Lines 77 to 79 in e596375
|
…and replacing it with the calls to flat_init
Removed:
Replaced them with the call chain to SteamAPI_InitFlat() |
Adds functions: