mirror of https://github.com/PCSX2/pcsx2.git
CI: Fix path to GameIndex.yaml
This commit is contained in:
parent
c203a09435
commit
96a1ce2fb2
|
@ -1,7 +1,7 @@
|
|||
import yaml
|
||||
|
||||
# Assumes this is ran from the root of the repository
|
||||
file_path = "./bin/GameIndex.yaml"
|
||||
file_path = "./bin/resources/GameIndex.yaml"
|
||||
|
||||
# These settings have to be manually kept in sync with the emulator code unfortunately.
|
||||
# up to date validation should ALWAYS be provided via the application!
|
||||
|
|
Loading…
Reference in New Issue