mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-10 23:57:57 -05:00
Implement gdbstub
This commit is contained in:
@ -30,6 +30,8 @@
|
||||
|
||||
#include "video_core/video_core.h"
|
||||
|
||||
#include "core/gdbstub/gdbstub.h"
|
||||
|
||||
|
||||
static void PrintHelp()
|
||||
{
|
||||
@ -72,6 +74,7 @@ int main(int argc, char **argv) {
|
||||
Config config;
|
||||
log_filter.ParseFilterString(Settings::values.log_filter);
|
||||
|
||||
GDBStub::SetServerPort(static_cast<u32>(Settings::values.gdbstub_port));
|
||||
|
||||
EmuWindow_GLFW* emu_window = new EmuWindow_GLFW;
|
||||
|
||||
|
Reference in New Issue
Block a user