System: Add advanced 'Export Shared Memory' option
Memory map is exported as duckstation_<pid>. Previously, this only worked on Windows, now it is extended to Linux as well.
This commit is contained in:
@ -46,6 +46,7 @@
|
||||
#include "scmversion/scmversion.h"
|
||||
|
||||
#include "imgui.h"
|
||||
#include "core/bus.h"
|
||||
|
||||
#include <QtCore/QCoreApplication>
|
||||
#include <QtCore/QDateTime>
|
||||
@ -2513,7 +2514,7 @@ bool QtHost::RunSetupWizard()
|
||||
|
||||
int main(int argc, char* argv[])
|
||||
{
|
||||
CrashHandler::Install();
|
||||
CrashHandler::Install(&Bus::CleanupMemoryMap);
|
||||
|
||||
QGuiApplication::setHighDpiScaleFactorRoundingPolicy(Qt::HighDpiScaleFactorRoundingPolicy::PassThrough);
|
||||
QtHost::RegisterTypes();
|
||||
|
||||
Reference in New Issue
Block a user