qt: Add 'Install to NAND' option to menu

Prompts for title type on NCA files.
This commit is contained in:
Zach Hilman 2018-08-09 21:33:13 -04:00
parent b67e751ccb
commit bfb945c243
5 changed files with 99 additions and 1 deletions

View file

@ -5,6 +5,7 @@
#include <memory>
#include <utility>
#include "common/logging/log.h"
#include "common/string_util.h"
#include "core/core.h"
#include "core/core_timing.h"
#include "core/gdbstub/gdbstub.h"