mirror of
https://github.com/spice2x/spice2x.github.io.git
synced 2026-08-01 22:30:42 -07:00
iidx: option to disable recording function (#445)
## Link to GitHub Issue, if one exists #442 ## Description of change Adds a new option that intentionally fails the recording functionality. ## Testing Tested on iidx32.
This commit is contained in:
@@ -539,6 +539,9 @@ int main_implementation(int argc, char *argv[]) {
|
||||
if (options[launcher::Options::IIDXRecQuality].is_active()) {
|
||||
nvenc_hook::VIDEO_CQP_STRING_OVERRIDE = options[launcher::Options::IIDXRecQuality].value_text();
|
||||
}
|
||||
if (options[launcher::Options::IIDXRecDisable].value_bool()) {
|
||||
nvenc_hook::FORCE_DISABLE = true;
|
||||
}
|
||||
#endif
|
||||
if (options[launcher::Options::LoadJubeatModule].value_bool()) {
|
||||
attach_jb = true;
|
||||
|
||||
Reference in New Issue
Block a user