1
0
Fork 0
mirror of https://github.com/Detanup01/gbe_fork.git synced 2025-03-28 14:56:24 +01:00
gbe_fork/dll
Detanup01 8ecc487ca5
Merge pull request #112 from otavepto/patch-fix-gamestats
fix gamestats interface + write to json instead of csv
2024-12-07 12:50:42 +01:00
..
dll Merge pull request #112 from otavepto/patch-fix-gamestats 2024-12-07 12:50:42 +01:00
appticket.cpp fix more VS2022 warnings 2024-06-04 21:58:04 +03:00
auth.cpp fix more VS2022 warnings 2024-06-04 21:58:04 +03:00
base.cpp Fix broken emulator when libsteam_api.so is symlinked 2024-11-28 13:43:52 +00:00
callsystem.cpp minor changes + some debug messages amd comments 2024-12-07 00:46:52 +02:00
client_known_interfaces.cpp update implementation of sdk 1.61 2024-11-25 04:57:08 +02:00
dll.cpp Merge pull request #111 from otavepto/patch-minor-fixes 2024-12-07 12:47:12 +01:00
flat.cpp update implementation of sdk 1.61 2024-11-25 04:57:08 +02:00
local_storage.cpp added more debug for http 2024-11-21 20:09:55 +01:00
net.proto old steamgameserver + send server game_dir over network 2024-12-07 00:24:21 +02:00
network.cpp One more fix 2024-10-15 23:45:32 +08:00
settings.cpp remove duplicate helper 2024-12-07 00:59:52 +02:00
settings_parser.cpp overlay fps/frametime/playtime 2024-12-05 02:14:18 +02:00
source_query.cpp fix more VS2022 warnings 2024-06-04 21:58:04 +03:00
steam_app_disable_update.cpp implement ISteamAppDisableUpdate001 2024-10-09 22:34:03 +03:00
steam_app_ids.cpp * change return type of all client functions from bool to steam_bool to avoid inconsistency problem in the client library 2024-08-21 22:45:02 +03:00
steam_applist.cpp
steam_apps.cpp More accurate api behaviors 2024-08-27 02:08:13 +08:00
steam_billing.cpp implement steambilling 2024-12-07 01:02:01 +02:00
steam_client.cpp Merge pull request #111 from otavepto/patch-minor-fixes 2024-12-07 12:47:12 +01:00
steam_client_interface_getter.cpp fix some old interfaces getters 2024-12-07 01:02:01 +02:00
steam_controller.cpp minor changes + some debug messages amd comments 2024-12-07 00:46:52 +02:00
steam_friends.cpp More accurate Steam_Friends::Deprecated_GetFriendGamePlayed() 2024-10-26 19:55:58 +08:00
steam_game_coordinator.cpp fix more VS warnings 2024-06-06 23:19:13 +03:00
steam_gamesearch.cpp
steam_gameserver.cpp old steamgameserver + send server game_dir over network 2024-12-07 00:24:21 +02:00
steam_gameserverstats.cpp
steam_gamestats.cpp fix gamestats + write to json instead of csv 2024-12-07 00:47:49 +02:00
steam_HTMLsurface.cpp
steam_http.cpp added more debug for http 2024-11-21 20:09:55 +01:00
steam_inventory.cpp properly extract inventory item quantity in Steam_Inventory::GetResultItems() 2024-12-07 00:46:52 +02:00
steam_masterserver_updater.cpp implement ISteamMasterServerUpdater as a proxy for ISteamGameServer 2024-11-08 20:06:05 +02:00
steam_matchmaking.cpp Merge pull request #111 from otavepto/patch-minor-fixes 2024-12-07 12:47:12 +01:00
steam_matchmaking_servers.cpp fix gameid decoding bug in matchmaking servers 2024-06-04 21:58:04 +03:00
steam_music.cpp
steam_musicremote.cpp
steam_networking.cpp Fix errrors in network. 2024-05-27 23:24:38 +03:00
steam_networking_messages.cpp minor changes + some debug messages amd comments 2024-12-07 00:46:52 +02:00
steam_networking_sockets.cpp minor changes + some debug messages amd comments 2024-12-07 00:46:52 +02:00
steam_networking_socketsserialized.cpp add potentially missing callback to steam_networking_socketserialized 2024-08-03 16:57:30 +03:00
steam_networking_utils.cpp fix more VS2022 warnings 2024-06-04 21:58:04 +03:00
steam_parental.cpp
steam_parties.cpp
steam_remote_storage.cpp minor changes + some debug messages amd comments 2024-12-07 00:46:52 +02:00
steam_remoteplay.cpp
steam_screenshots.cpp
steam_timeline.cpp minor changes + some debug messages amd comments 2024-12-07 00:46:52 +02:00
steam_tv.cpp
steam_ugc.cpp minor changes + some debug messages amd comments 2024-12-07 00:46:52 +02:00
steam_unified_messages.cpp
steam_user.cpp Fix debug log 2024-10-22 19:55:12 +08:00
steam_user_stats.cpp Merge pull request #111 from otavepto/patch-minor-fixes 2024-12-07 12:47:12 +01:00
steam_user_stats_achievements.cpp fix msbuild warnings 2024-08-24 19:57:23 +02:00
steam_user_stats_leaderboard.cpp remove duplicate helper 2024-12-07 00:59:52 +02:00
steam_user_stats_stats.cpp remove duplicate helper 2024-12-07 00:59:52 +02:00
steam_utils.cpp minor changes + some debug messages amd comments 2024-12-07 00:46:52 +02:00
steam_video.cpp
ugc_remote_storage_bridge.cpp
wrap.cpp