mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
More work on theming
This commit is contained in:
parent
9d9204430e
commit
cc775770bf
6 changed files with 174 additions and 6 deletions
|
@ -78,6 +78,10 @@ public:
|
|||
const std::string& movie_path);
|
||||
~MainWindow();
|
||||
|
||||
#ifdef _WIN32
|
||||
bool IsWindows10OrLower();
|
||||
#endif
|
||||
|
||||
void Show();
|
||||
WindowSystemInfo GetWindowSystemInfo() const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue