mirror of
https://github.com/Mylloon/obs-replay-folders.git
synced 2025-01-15 12:34:33 +01:00
remove print
This commit is contained in:
parent
3e449ea946
commit
fc52643f43
1 changed files with 1 additions and 2 deletions
|
@ -2,7 +2,7 @@ obs = obslua
|
||||||
|
|
||||||
function script_description()
|
function script_description()
|
||||||
return [[Saves replays to sub-folders using the current fullscreen video game executable name.
|
return [[Saves replays to sub-folders using the current fullscreen video game executable name.
|
||||||
|
|
||||||
Author: redraskal]]
|
Author: redraskal]]
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@ -12,7 +12,6 @@ function script_load()
|
||||||
int get_running_fullscreen_game_path(char* buffer, int bufferSize)
|
int get_running_fullscreen_game_path(char* buffer, int bufferSize)
|
||||||
]]
|
]]
|
||||||
detect_game = ffi.load(script_path() .. "detect_game.dll")
|
detect_game = ffi.load(script_path() .. "detect_game.dll")
|
||||||
print(get_running_game_title())
|
|
||||||
obs.obs_frontend_add_event_callback(obs_frontend_callback)
|
obs.obs_frontend_add_event_callback(obs_frontend_callback)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue