You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The idea of using dynamic loading is to not require steam libraries when building but also to make the library more resilient. If that isn't possible for some reason, another strategy is to explore interface library, which would have stubs and then one would be able to switch it by the real library later
The idea of using dynamic loading is to not require steam libraries when building but also to make the library more resilient. If that isn't possible for some reason, another strategy is to explore interface library, which would have stubs and then one would be able to switch it by the real library later
From libsdl-org/SDL#9580
The caveat is Steam and Galaxy are C++ APIs do things may have further complications...
The text was updated successfully, but these errors were encountered: