about summary refs log tree commit diff stats
path: root/src/steam.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Eliminated many compilation warnings (#2535)Yang Liu2025-04-151-1/+1
|
* Small change on Steam game launch handlingptitSeb2025-04-091-2/+4
|
* [ENV] Initial refactor of env variables infrastructure (#2274)Yang Liu2025-01-211-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [ENV] Initial refactor of env variables infrastructure * Ported BOX64_DYNAREC_LOG * Ported more options * Ported BOX64_MALLOC_HACK * Ported BOX64_DYNAREC_TEST * Ported more options * Ported more options * Ported more options * Ported all options * Removed old rcfile parser * Fix * review * fix * fix * more fixes
* [BOX32] Some improvment on steam handlingptitSeb2024-12-021-1/+1
|
* Better hadnling of LD_PRELOAS on Steam Pressure Vessel wrapperptitSeb2024-11-291-0/+12
|
* update pressure_vessel function with additional valid BOX86_LD_LIBRARY_PATH ↵theofficialgman2024-11-201-1/+1
| | | | (#2050)
* Small changed to command line argument handlingptitSeb2024-10-101-2/+3
|
* [X64LIBS] Changed x86/x64 libs install directory to prevent conflicts (#1791)Yang Liu2024-09-041-2/+2
| | | | | * [X64LIBS] Changed x86/x64 libs install directory to prevent conflicts * Update pressure_vessel
* Changed in commented code, for more internal useptitSeb2024-03-121-0/+2
|
* Small change on steam-pressure-vessel emulationptitSeb2024-02-281-0/+4
|
* Fixes (#1207)rajdakin2024-01-181-3/+1
| | | | | | | | | | | * Fixed signed/unsigned issues and other cosmetics * [WRAPPERS] Fixed missing `return`s in `my_` functions * [EMU] More fixes * [STEAM] Forgot one cleanup * [WRAPPER] Fixed wrappedpulse callback signatures
* [STEAM] Improved pressure-vessel emulationptitSeb2023-12-181-5/+13
|
* Added lib64 to loaded libs in pressur-vessel emulationptitSeb2023-12-091-1/+3
|
* Improvd steam/proton handling, and gstreamer initialization and a large ↵ptitSeb2023-09-161-10/+64
| | | | bunch of gtk improvments
* [STEAM] Changed behaviour of simulated pressure-vesselptitSeb2023-09-091-23/+45
|
* Changed steam-pressure-vessel wrapping to include system libs firstptitSeb2022-11-131-5/+7
|
* All box internal memory alloc use __libc_ internal one (except on Android, ↵ptitSeb2022-08-061-1/+1
| | | | using libc one gather from dlsym)
* Don't prefer emulated libs for 64bits process on pressure_vessel for now ↵ptitSeb2022-07-141-1/+1
| | | | (like for 32bits process)
* Do not prefer emulated on 32bits pressure vessels for now (helps ↵ptitSeb2022-06-191-1/+1
| | | | winegstreamer lib)
* Removed some debug leftoverptitSeb2022-05-011-3/+3
|
* Added some wrapped libs and functionsptitSeb2022-04-181-2/+3
|
* Added BOX64_PREFER_EMULATED handling and special case for pressure-vessel to ↵ptitSeb2022-03-271-11/+13
| | | | use it
* More work around steam and proton/SteamPlay (working, but need also latest ↵ptitSeb2022-03-261-0/+93
box86)