mirror of
https://repo.dec05eba.com/gpu-screen-recorder
synced 2026-03-31 09:07:13 +09:00
Add -replay-storage option to specify if temporary replay data should be stored in ram or disk
This commit is contained in:
@@ -26,6 +26,9 @@ src = [
|
||||
'src/window/window.c',
|
||||
'src/window/x11.c',
|
||||
'src/window/wayland.c',
|
||||
'src/replay_buffer/replay_buffer.c',
|
||||
'src/replay_buffer/replay_buffer_ram.c',
|
||||
'src/replay_buffer/replay_buffer_disk.c',
|
||||
'src/egl.c',
|
||||
'src/cuda.c',
|
||||
'src/xnvctrl.c',
|
||||
@@ -40,7 +43,6 @@ src = [
|
||||
'src/image_writer.c',
|
||||
'src/args_parser.c',
|
||||
'src/defs.c',
|
||||
'src/replay_buffer.c',
|
||||
'src/sound.cpp',
|
||||
'src/main.cpp',
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user