mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 21:47:40 -05:00
api: Moved menu item adding to a new registry-type API
This commit is contained in:
@@ -157,10 +157,6 @@ namespace hex::plugin::windows {
|
||||
ImGui::End();
|
||||
}
|
||||
|
||||
void ViewTTYConsole::drawMenu() {
|
||||
|
||||
}
|
||||
|
||||
std::vector<std::pair<std::string, std::string>> ViewTTYConsole::getAvailablePorts() {
|
||||
std::vector<std::pair<std::string, std::string>> result;
|
||||
std::vector<char> buffer(0xFFF, 0x00);
|
||||
|
||||
Reference in New Issue
Block a user