mirror of
https://repo.dec05eba.com/gpu-screen-recorder-ui
synced 2026-05-07 23:20:26 +09:00
gsr-game-tracker: track native games and emulators (from ananicy-rules)
This commit is contained in:
10
tools/gsr-game-tracker/native_games.h
Normal file
10
tools/gsr-game-tracker/native_games.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef NATIVE_GAMES_H
|
||||
#define NATIVE_GAMES_H
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <stddef.h>
|
||||
|
||||
/* Checks for native games (or emulators) that are not steam games and neither ends with .x86_64, .x86 or .x64 */
|
||||
bool is_process_name_native_game(const char *process_name, size_t size);
|
||||
|
||||
#endif /* NATIVE_GAMES_H */
|
||||
Reference in New Issue
Block a user