Explorar o código

Use verbose flag with CLI

Colin Powell %!s(int64=3) %!d(string=hai) anos
pai
achega
fe52dfeb9a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      games/models.py

+ 1 - 1
games/models.py

@@ -266,5 +266,5 @@ class Game(BaseModel):
         rom_file = quote(self.rom_file.path)
         emulator = self.game_system.defaults.get("emulator", None)
         if emulator == "PCSX2":
-            cmd = f"{emulator} --console --fullscreen --nogui {rom_file}"
+            cmd = f"{emulator} --console --fullscreen --nogui {rom_file} -v"
         return cmd