mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-31 01:46:30 +00:00
cleanup: collapse common app and ui console branches
This commit is contained in:
@@ -82,7 +82,7 @@ int UIString::s_currentLocale = -1;
|
||||
UIString::UIString() { m_core = std::shared_ptr<UIStringCore>(); }
|
||||
|
||||
UIString::UIString(int ids) {
|
||||
#ifdef __PS3__
|
||||
#if 0
|
||||
StringBuilder builder = StringBuilder(new IdsStringBuilder(ids));
|
||||
#else
|
||||
StringBuilder builder = [ids]() { return app.GetString(ids); };
|
||||
@@ -114,7 +114,7 @@ UIString::UIString(const wchar_t* constant) {
|
||||
}
|
||||
|
||||
UIString::~UIString() {
|
||||
#ifndef __PS3__
|
||||
#if 1
|
||||
m_core = nullptr;
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user