mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2025-01-09 19:27:36 -03:00
fix W101 gamepad displaying nothing
This commit is contained in:
parent
88e6d94edc
commit
49447d1164
1 changed files with 8 additions and 2 deletions
|
@ -12,7 +12,7 @@ $height = 720
|
|||
$gameWidth = 1280
|
||||
$gameHeight = 720
|
||||
|
||||
// Performance
|
||||
# Performance
|
||||
|
||||
[Preset]
|
||||
name = 320x180
|
||||
|
@ -35,7 +35,7 @@ $height = 540
|
|||
$gameWidth = 1280
|
||||
$gameHeight = 720
|
||||
|
||||
// Common HD Resolutions
|
||||
# Common HD Resolutions
|
||||
|
||||
[Preset]
|
||||
name = 1600x900
|
||||
|
@ -153,3 +153,9 @@ width = 864
|
|||
height = 480
|
||||
overwriteWidth = ($width / $gameWidth) * 864
|
||||
overwriteHeight = ($height / $gameHeight) * 480
|
||||
|
||||
[TextureRedefine] # Gamepad Resolution
|
||||
width = 854
|
||||
height = 480
|
||||
overwriteWidth = ($width / $gameWidth) * 854
|
||||
overwriteHeight = ($height / $gameHeight) * 480
|
||||
|
|
Loading…
Reference in a new issue