mirror of
https://github.com/xenia-project/xenia.git
synced 2026-04-20 22:13:40 +00:00
Formatting.
This commit is contained in:
parent
f4a0dbac75
commit
12e796bc0a
1 changed files with 1 additions and 3 deletions
|
|
@ -73,9 +73,7 @@ bool EmulatorWindow::Initialize() {
|
|||
|
||||
UpdateTitle();
|
||||
|
||||
window_->on_closed.AddListener([this](UIEvent* e) {
|
||||
loop_->Quit();
|
||||
});
|
||||
window_->on_closed.AddListener([this](UIEvent* e) { loop_->Quit(); });
|
||||
loop_->on_quit.AddListener([this](UIEvent* e) { window_.reset(); });
|
||||
|
||||
window_->on_file_drop.AddListener(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue