mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 09:15:45 +00:00
Massive removal of unused modules
This commit is contained in:
parent
68c6e82dd9
commit
5dbd091a80
179 changed files with 23 additions and 21306 deletions
10
src/yuzu/ui_settings.cpp
Normal file
10
src/yuzu/ui_settings.cpp
Normal file
|
@ -0,0 +1,10 @@
|
|||
// Copyright 2016 Citra Emulator Project
|
||||
// Licensed under GPLv2 or any later version
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
#include "ui_settings.h"
|
||||
|
||||
namespace UISettings {
|
||||
|
||||
Values values = {};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue