main: Only show DRD deprecation warning once

This commit is contained in:
Zach Hilman
2018-09-04 14:44:40 -04:00
parent e973cceadd
commit 87be4bc283
7 changed files with 19 additions and 6 deletions

View File

@ -10,7 +10,6 @@
#include "common/common_types.h"
#include "common/swap.h"
#include "core/file_sys/vfs.h"
#include "core/loader/loader.h"
namespace Loader {
enum class ResultStatus : u16;