Skip to content

Commit

Permalink
Update GPU/ARM switching
Browse files Browse the repository at this point in the history
  • Loading branch information
IanSB committed Mar 10, 2023
1 parent 71e26f4 commit 808adb7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/osd.c
Expand Up @@ -1483,7 +1483,7 @@ void osd_display_interface(int line) {
}
osd_set(line + 2, 0, osdline);
#ifdef USE_ARM_CAPTURE
osd_set(line + 3, 0, "ARM Capture Version");
osd_set(line + 3, 0, "Warning: ARM Capture Version (GPU is better)");
#else
osd_set(line + 3, 0, "GPU Capture Version");
#endif
Expand Down
3 changes: 3 additions & 0 deletions src/scripts/Use_ARM_Capture.bat
@@ -1,2 +1,5 @@
@echo Switching to ARM capture
@echo Warning: GPU capture is preferred
@pause
ren config.txt configG.txt
ren configA.txt config.txt
2 changes: 2 additions & 0 deletions src/scripts/Use_GPU_Capture.bat
@@ -1,2 +1,4 @@
@echo Switching to GPU capture
@pause
ren config.txt configA.txt
ren configG.txt config.txt

0 comments on commit 808adb7

Please sign in to comment.