mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-02 21:11:17 +12:00
Update graphic pack url query request (#154)
Fixed bad request url and changed URL to separate post 2.0 releases. Also updated .gitignore
This commit is contained in:
parent
4ed38a28b9
commit
ef1ce59931
2 changed files with 6 additions and 3 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -22,6 +22,7 @@ bin/Cemu
|
|||
# Cemu bin files
|
||||
bin/otp.bin
|
||||
bin/seeprom.bin
|
||||
bin/log.txt
|
||||
bin/Cemu.pdb
|
||||
bin/Cemu.ilk
|
||||
bin/Cemu.exe.backup
|
||||
|
@ -35,4 +36,6 @@ bin/shaderCache/*
|
|||
bin/controllerProfiles/*
|
||||
|
||||
!bin/gameProfiles/default/*
|
||||
bin/gameProfiles/*
|
||||
bin/gameProfiles/*
|
||||
|
||||
bin/graphicPacks/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue