mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-24 08:27:55 -05:00
yuzu: Use a debugger to generate minidumps
yuzu: Move mini_dump out of core startup_checks: Better exception handling
This commit is contained in:
@ -15,7 +15,7 @@ class Config;
|
||||
class InputProfiles {
|
||||
|
||||
public:
|
||||
explicit InputProfiles(Core::System& system_);
|
||||
explicit InputProfiles();
|
||||
virtual ~InputProfiles();
|
||||
|
||||
std::vector<std::string> GetInputProfileNames();
|
||||
@ -31,6 +31,4 @@ private:
|
||||
bool ProfileExistsInMap(const std::string& profile_name) const;
|
||||
|
||||
std::unordered_map<std::string, std::unique_ptr<Config>> map_profiles;
|
||||
|
||||
Core::System& system;
|
||||
};
|
||||
|
Reference in New Issue
Block a user