diff options
| author | 2015-07-29 12:18:29 -0400 | |
|---|---|---|
| committer | 2015-07-29 12:18:29 -0400 | |
| commit | d3eb63a773aba1856139d8bbc1a2a98837c212da (patch) | |
| tree | 07850fe525c70e2f058b6d5f68c4614a827167cf /src/core/hw/y2r.cpp | |
| parent | Merge pull request #1010 from lioncash/ref (diff) | |
| parent | core: Fix missing prototype warnings (diff) | |
| download | yuzu-d3eb63a773aba1856139d8bbc1a2a98837c212da.tar.gz yuzu-d3eb63a773aba1856139d8bbc1a2a98837c212da.tar.xz yuzu-d3eb63a773aba1856139d8bbc1a2a98837c212da.zip | |
Merge pull request #1012 from lioncash/prototype
core: Fix missing prototype warnings
Diffstat (limited to 'src/core/hw/y2r.cpp')
| -rw-r--r-- | src/core/hw/y2r.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hw/y2r.cpp b/src/core/hw/y2r.cpp index f80e26ecd..082a4db82 100644 --- a/src/core/hw/y2r.cpp +++ b/src/core/hw/y2r.cpp | |||
| @@ -14,6 +14,7 @@ | |||
| 14 | #include "common/vector_math.h" | 14 | #include "common/vector_math.h" |
| 15 | 15 | ||
| 16 | #include "core/hle/service/y2r_u.h" | 16 | #include "core/hle/service/y2r_u.h" |
| 17 | #include "core/hw/y2r.h" | ||
| 17 | #include "core/memory.h" | 18 | #include "core/memory.h" |
| 18 | 19 | ||
| 19 | namespace HW { | 20 | namespace HW { |