mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-17 05:55:46 -04:00
Qt: Fix opening debugger when system already paused
This commit is contained in:
@ -31,6 +31,7 @@ struct SystemBootParameters
|
||||
u32 media_playlist_index = 0;
|
||||
bool load_image_to_ram = false;
|
||||
bool force_software_renderer = false;
|
||||
bool start_paused = false;
|
||||
};
|
||||
|
||||
namespace System {
|
||||
|
Reference in New Issue
Block a user