mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-22 09:39:17 +01:00
fix W101 gamepad displaying nothing
This commit is contained in:
parent
88e6d94edc
commit
49447d1164
@ -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 New Issue
Block a user