summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/applets/applet_web_browser.h
diff options
context:
space:
mode:
authorMai M <mathew1800@gmail.com>2021-07-15 04:19:05 +0200
committerGitHub <noreply@github.com>2021-07-15 04:19:05 +0200
commit05feddc2521ef667cf5d3817ef8e544a352b40ec (patch)
tree8591def7815ce7cc9156d87e0d62567584db1a23 /src/core/hle/service/am/applets/applet_web_browser.h
parentMerge pull request #6599 from german77/disable_rumble (diff)
parentservice: Append service name prefix to common filenames (diff)
downloadyuzu-05feddc2521ef667cf5d3817ef8e544a352b40ec.tar
yuzu-05feddc2521ef667cf5d3817ef8e544a352b40ec.tar.gz
yuzu-05feddc2521ef667cf5d3817ef8e544a352b40ec.tar.bz2
yuzu-05feddc2521ef667cf5d3817ef8e544a352b40ec.tar.lz
yuzu-05feddc2521ef667cf5d3817ef8e544a352b40ec.tar.xz
yuzu-05feddc2521ef667cf5d3817ef8e544a352b40ec.tar.zst
yuzu-05feddc2521ef667cf5d3817ef8e544a352b40ec.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/am/applets/applet_web_browser.h (renamed from src/core/hle/service/am/applets/web_browser.h)2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/am/applets/web_browser.h b/src/core/hle/service/am/applets/applet_web_browser.h
index 9f81214b6..4f9e81b79 100644
--- a/src/core/hle/service/am/applets/web_browser.h
+++ b/src/core/hle/service/am/applets/applet_web_browser.h
@@ -11,8 +11,8 @@
#include "common/common_types.h"
#include "core/file_sys/vfs_types.h"
#include "core/hle/result.h"
+#include "core/hle/service/am/applets/applet_web_browser_types.h"
#include "core/hle/service/am/applets/applets.h"
-#include "core/hle/service/am/applets/web_types.h"
namespace Core {
class System;