USB: Create Camera.md

- This commit should be removed once qsc repo is updated and eventually
moved to wiki to help future QT updates
This commit is contained in:
Florin9doi 2025-02-24 23:05:36 +02:00
parent 43ce4585ed
commit 6574763143
1 changed files with 54 additions and 0 deletions

View File

@ -0,0 +1,54 @@
#### Support:
- [x] Yu-Gi-Oh! 5D's: Duel Transer / 640x480
- [x] Your Shape / 320x240
- [x] Fit in Six / 320x240
- [?] Racket Sports Party / 160x120
#### QTMultimedia:
```
git clone https://github.com/dolphin-emu/qsc.git _qsc
cd _qsc
py -m pip install -r requirements.txt
$env:Path += ';C:\Program Files\Git\usr\bin\'
```
```diff
diff --git a/examples/dolphin-x64.yml b/examples/dolphin-x64.yml
index 5486190..a895eaf 100644
--- a/examples/dolphin-x64.yml
+++ b/examples/dolphin-x64.yml
@@ -29,7 +29,6 @@ configure:
- qtlocation
- qtlottie
- qtmqtt
- - qtmultimedia
- qtnetworkauth
- qtopcua
- qtpositioning
@@ -42,7 +41,6 @@ configure:
- qtsensors
- qtserialbus
- qtserialport
- - qtshadertools
- qtspeech
- qttools
- qttranslations
@@ -53,13 +51,13 @@ configure:
- qtwebsockets
- qtwebview
feature:
- concurrent: false
+ concurrent: true
dbus: false
gif: false
ico: false
imageformat_bmp: false
jpeg: false
- network: false
+ network: true
printsupport: false
qmake: false
sql: false
```
```
py -m qsc examples\dolphin-x64.yml
```