mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2025-03-28 14:56:24 +01:00
added missing inheritance from interface ISteamUser022
to the class Steam_User
This commit is contained in:
parent
06c2bfd0a3
commit
60e003a925
2 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
* **[Clompress]** update Turkish translation
|
||||
* fixed a mistake where the interface `ISteamUser` `v022` was not added to the list of supported versions
|
||||
* increase polling of the run callbacks background thread to `300 ms`
|
||||
* refactored all code inside `.h/.cpp` pair, all source code in `dll/` is no longer written inside `.h` files
|
||||
|
||||
|
|
|
@ -35,6 +35,7 @@ public ISteamUser018,
|
|||
public ISteamUser019,
|
||||
public ISteamUser020,
|
||||
public ISteamUser021,
|
||||
public ISteamUser022,
|
||||
public ISteamUser
|
||||
{
|
||||
Settings *settings{};
|
||||
|
|
Loading…
Add table
Reference in a new issue