main: Only show DRD deprecation warning once

This commit is contained in:
Zach Hilman 2018-09-04 14:44:40 -04:00
parent 79f66a7e8d
commit 44448809d5
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;