Logo
Explore Help
Sign In
feedc0de/dolphin
1
0
Fork 0
You've already forked dolphin
forked from dolphin-emu/dolphin
Code Pull Requests Activity
Files
2ad901b2da570673797ea822d56c1bb3f6c58984
dolphin/Source/Core/UICommon/UICommon.h

17 lines
285 B
C
Raw Normal View History

Migrate global init stuff into UICommon. This avoids code duplication in a bunch of places . I also moved the NVIDIA Optimus export into VideoCommon.
2014-10-04 15:12:15 -04:00
// Copyright 2014 Dolphin Emulator Project
Update license headers to GPLv2+
2015-05-18 01:08:10 +02:00
// Licensed under GPLv2+
Migrate global init stuff into UICommon. This avoids code duplication in a bunch of places . I also moved the NVIDIA Optimus export into VideoCommon.
2014-10-04 15:12:15 -04:00
// Refer to the license.txt file included.
#pragma once
namespace UICommon
{
void Init();
void Shutdown();
void CreateDirectories();
Move user directory detection location to UICommon. The UI should decide on where it wants the user directory, not our core system. This is in anticipation of some upcoming work on Android which will need proper user directory setting.
2015-02-25 03:23:42 -06:00
void SetUserDirectory(const std::string& custom_path);
Migrate global init stuff into UICommon. This avoids code duplication in a bunch of places . I also moved the NVIDIA Optimus export into VideoCommon.
2014-10-04 15:12:15 -04:00
} // namespace UICommon
Copy Permalink
Powered by Gitea Version: 1.24.3 Page: 40ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API