mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
Added AchievementSettingsWidget
AchievementSettingsWidget is a dialog widget in AchievementsWindow for handling RetroAchievements settings in the user interface. This class contains the physical layout, widget connections, load/save functions and button responses. AchievementsWindow now has a tabbed list that this is inserted into; other tabs will be in a later pull request.
This commit is contained in:

committed by
Admiral H. Curtiss

parent
e1e662b86a
commit
df38573ff6
@ -27,6 +27,8 @@ add_executable(dolphin-emu
|
||||
CheatSearchWidget.h
|
||||
CheatsManager.cpp
|
||||
CheatsManager.h
|
||||
Achievements/AchievementSettingsWidget.cpp
|
||||
Achievements/AchievementSettingsWidget.h
|
||||
Achievements/AchievementsWindow.cpp
|
||||
Achievements/AchievementsWindow.h
|
||||
Config/ARCodeWidget.cpp
|
||||
|
Reference in New Issue
Block a user