diff options
| author | 2020-09-01 13:56:37 -0400 | |
|---|---|---|
| committer | 2020-09-01 13:56:37 -0400 | |
| commit | 3dcccabd1d1c046fa9d72f6031d3b83f36b87ece (patch) | |
| tree | 38397c8aa36cd6848ee237258e85b43ff4ab494b /src/core/frontend/framebuffer_layout.h | |
| parent | Merge pull request #4588 from ReinUsesLisp/tsan-event (diff) | |
| parent | Address second batch of reviews (diff) | |
| download | yuzu-3dcccabd1d1c046fa9d72f6031d3b83f36b87ece.tar.gz yuzu-3dcccabd1d1c046fa9d72f6031d3b83f36b87ece.tar.xz yuzu-3dcccabd1d1c046fa9d72f6031d3b83f36b87ece.zip | |
Merge pull request #4382 from FearlessTobi/port-udp-config
yuzu: Add motion and touch configuration from Citra
Diffstat (limited to 'src/core/frontend/framebuffer_layout.h')
| -rw-r--r-- | src/core/frontend/framebuffer_layout.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/frontend/framebuffer_layout.h b/src/core/frontend/framebuffer_layout.h index 91ecc30ab..e2e3bbbb3 100644 --- a/src/core/frontend/framebuffer_layout.h +++ b/src/core/frontend/framebuffer_layout.h | |||
| @@ -4,6 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | #pragma once | 5 | #pragma once |
| 6 | 6 | ||
| 7 | #include "common/common_types.h" | ||
| 7 | #include "common/math_util.h" | 8 | #include "common/math_util.h" |
| 8 | 9 | ||
| 9 | namespace Layout { | 10 | namespace Layout { |