[nostalgia] Collapse NostalgiaCore down to a single library and cleanup impl data access
This commit is contained in:
@@ -14,7 +14,7 @@ target_link_libraries(
|
||||
OxClArgs
|
||||
OxFS
|
||||
NostalgiaCore-Studio
|
||||
NostalgiaCore-Userspace
|
||||
NostalgiaCore
|
||||
NostalgiaStudio
|
||||
NostalgiaPack
|
||||
)
|
||||
|
@@ -45,8 +45,7 @@ target_link_libraries(
|
||||
OxEvent
|
||||
OxFS
|
||||
OxClaw
|
||||
NostalgiaCore-Userspace
|
||||
NostalgiaCore-GLFW
|
||||
NostalgiaCore
|
||||
)
|
||||
|
||||
install(
|
||||
|
@@ -83,7 +83,7 @@ void StudioUI::drawMenu() noexcept {
|
||||
if (ImGui::MenuItem("Save", "Ctrl+S", false, m_saveEnabled)) {
|
||||
}
|
||||
if (ImGui::MenuItem("Quit", "Ctrl+Q")) {
|
||||
core::shutdown(m_ctx);
|
||||
oxIgnoreError(core::shutdown(m_ctx));
|
||||
}
|
||||
ImGui::EndMenu();
|
||||
}
|
||||
|
Reference in New Issue
Block a user