mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-27 09:15:00 +02:00
8 lines
170 B
C++
8 lines
170 B
C++
#include "UI/RetroAchievementScreens.h"
|
|
#include "RetroAchievements.h"
|
|
|
|
void RetroAchievementsListScreen::CreateViews() {
|
|
auto di = GetI18NCategory(I18NCat::DIALOG);
|
|
|
|
}
|