web_browser: Add bounds checking to applet interface

This commit is contained in:
Zach Hilman
2018-12-28 18:20:29 -05:00
parent ef4c4e239d
commit cb930c4b5a
10 changed files with 160 additions and 146 deletions

View File

@ -13,6 +13,7 @@
#include "common/common_types.h"
#include "core/core.h"
#include "core/hle/service/acc/profile_manager.h"
#include "ui_main.h"
#include "yuzu/compatibility_list.h"
#include "yuzu/hotkeys.h"
@ -39,10 +40,6 @@ class RegisteredCacheUnion;
class VfsFilesystem;
} // namespace FileSys
namespace Service::Account {
struct UUID;
} // namespace Service::Account
namespace Tegra {
class DebugContext;
}