diff options
| author | 2019-03-11 19:45:22 -0400 | |
|---|---|---|
| committer | 2019-04-17 11:35:24 -0400 | |
| commit | 8f8049e846f38d548e975243bc42ce1b09a71ae3 (patch) | |
| tree | 76f18dd10a51460024e440d4ea51eb7de4e92791 /src/core/frontend/applets | |
| parent | main: Switch to AppletManager for frontend (diff) | |
| download | yuzu-8f8049e846f38d548e975243bc42ce1b09a71ae3.tar.gz yuzu-8f8049e846f38d548e975243bc42ce1b09a71ae3.tar.xz yuzu-8f8049e846f38d548e975243bc42ce1b09a71ae3.zip | |
main: Add GMainWindow hooks for Error display
Diffstat (limited to 'src/core/frontend/applets')
| -rw-r--r-- | src/core/frontend/applets/general_frontend.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/frontend/applets/general_frontend.cpp b/src/core/frontend/applets/general_frontend.cpp index d2762db96..b974f2289 100644 --- a/src/core/frontend/applets/general_frontend.cpp +++ b/src/core/frontend/applets/general_frontend.cpp | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | // Copyright 2018 yuzu emulator team | 1 | // Copyright 2019 yuzu emulator team |
| 2 | // Licensed under GPLv2 or any later version | 2 | // Licensed under GPLv2 or any later version |
| 3 | // Refer to the license.txt file included. | 3 | // Refer to the license.txt file included. |
| 4 | 4 | ||