[GPU] Trace viewer Android content URI loading

This commit is contained in:
Triang3l
2022-07-17 16:37:49 +03:00
parent 624f2b2d9e
commit 25663827ba
5 changed files with 33 additions and 17 deletions

View File

@@ -10,7 +10,7 @@
#ifndef XENIA_GPU_TRACE_VIEWER_H_
#define XENIA_GPU_TRACE_VIEWER_H_
#include <string>
#include <string_view>
#include "xenia/emulator.h"
#include "xenia/gpu/shader.h"
@@ -95,7 +95,7 @@ class TraceViewer : public xe::ui::WindowedApp {
kHostDisasm,
};
bool Load(const std::filesystem::path& trace_file_path);
bool Load(const std::string_view trace_file_path);
void DrawUI();
void DrawControllerUI();