mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-06-26 17:31:45 +02:00
Preliminary (empty) implementation of GPU optimisations
This commit is contained in:
@ -136,3 +136,11 @@ char *game_mode_resolve_wine_preloader(const pid_t pid);
|
||||
* Provides a test suite to verify gamemode behaviour
|
||||
*/
|
||||
int game_mode_run_client_tests(void);
|
||||
|
||||
/** gamemode-gpu.c
|
||||
* Provides internal APU functions to apply optimisations to gpus
|
||||
*/
|
||||
typedef struct GameModeGPUInfo GameModeGPUInfo;
|
||||
int game_mode_identify_gpu(GameModeGPUInfo **info);
|
||||
void game_mode_free_gpu(GameModeGPUInfo **info);
|
||||
int game_mode_apply_gpu(const GameModeGPUInfo *info, bool apply);
|
||||
|
Reference in New Issue
Block a user