summaryrefslogtreecommitdiffstats
path: root/src/video_core/vertex_loader.cpp
diff options
context:
space:
mode:
authorHenrik Rydgard <hrydgard@gmail.com>2016-04-29 08:50:21 +0200
committerHenrik Rydgard <hrydgard@gmail.com>2016-04-29 08:50:21 +0200
commita86d7cacc1f56c6e8ff5f046ba7e2477e92d873f (patch)
tree29f718ef564717329deb8d63e98ca64659ba1aa5 /src/video_core/vertex_loader.cpp
parentDebugger fix (diff)
downloadyuzu-a86d7cacc1f56c6e8ff5f046ba7e2477e92d873f.tar
yuzu-a86d7cacc1f56c6e8ff5f046ba7e2477e92d873f.tar.gz
yuzu-a86d7cacc1f56c6e8ff5f046ba7e2477e92d873f.tar.bz2
yuzu-a86d7cacc1f56c6e8ff5f046ba7e2477e92d873f.tar.lz
yuzu-a86d7cacc1f56c6e8ff5f046ba7e2477e92d873f.tar.xz
yuzu-a86d7cacc1f56c6e8ff5f046ba7e2477e92d873f.tar.zst
yuzu-a86d7cacc1f56c6e8ff5f046ba7e2477e92d873f.zip
Diffstat (limited to 'src/video_core/vertex_loader.cpp')
-rw-r--r--src/video_core/vertex_loader.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/video_core/vertex_loader.cpp b/src/video_core/vertex_loader.cpp
index 4784817f4..8a3d91896 100644
--- a/src/video_core/vertex_loader.cpp
+++ b/src/video_core/vertex_loader.cpp
@@ -12,8 +12,7 @@
#include "core/memory.h"
-#include "debug_utils/debug_utils.h"
-
+#include "video_core/debug_utils/debug_utils.h"
#include "video_core/pica.h"
#include "video_core/pica_state.h"
#include "video_core/pica_types.h"
@@ -63,7 +62,7 @@ void VertexLoader::Setup(const Pica::Regs& regs) {
}
}
-void VertexLoader::LoadVertex(u32 base_address, int index, int vertex, Shader::InputVertex& input, MemoryAccesses& memory_accesses) {
+void VertexLoader::LoadVertex(u32 base_address, int index, int vertex, Shader::InputVertex& input, DebugUtils::MemoryAccessTracker& memory_accesses) {
for (int i = 0; i < num_total_attributes; ++i) {
if (vertex_attribute_elements[i] != 0) {
// Load per-vertex data from the loader arrays