mirror of
https://github.com/izzy2lost/xenia-edge.git
synced 2026-07-06 00:20:26 -07:00
Third-party: Update a lot of submodules
This commit is contained in:
committed by
Radosław Gliński
parent
edc829f3e6
commit
ecc92e4082
@@ -666,7 +666,7 @@ bool DebugWindow::DrawRegisterTextBox(int id, uint32_t* value) {
|
||||
ImGuiInputTextFlags_CharsUppercase | ImGuiInputTextFlags_CharsNoBlank;
|
||||
if (state_.register_input_hex) {
|
||||
input_flags |= ImGuiInputTextFlags_CharsHexadecimal |
|
||||
ImGuiInputTextFlags_AlwaysInsertMode |
|
||||
ImGuiInputTextFlags_AlwaysOverwrite |
|
||||
ImGuiInputTextFlags_NoHorizontalScroll;
|
||||
auto src_value = xe::string_util::to_hex_string(*value);
|
||||
std::strcpy(buffer, src_value.c_str());
|
||||
@@ -706,7 +706,7 @@ bool DebugWindow::DrawRegisterTextBox(int id, uint64_t* value) {
|
||||
ImGuiInputTextFlags_CharsUppercase | ImGuiInputTextFlags_CharsNoBlank;
|
||||
if (state_.register_input_hex) {
|
||||
input_flags |= ImGuiInputTextFlags_CharsHexadecimal |
|
||||
ImGuiInputTextFlags_AlwaysInsertMode |
|
||||
ImGuiInputTextFlags_AlwaysOverwrite |
|
||||
ImGuiInputTextFlags_NoHorizontalScroll;
|
||||
auto src_value = xe::string_util::to_hex_string(*value);
|
||||
std::strcpy(buffer, src_value.c_str());
|
||||
@@ -746,7 +746,7 @@ bool DebugWindow::DrawRegisterTextBox(int id, double* value) {
|
||||
ImGuiInputTextFlags_CharsUppercase | ImGuiInputTextFlags_CharsNoBlank;
|
||||
if (state_.register_input_hex) {
|
||||
input_flags |= ImGuiInputTextFlags_CharsHexadecimal |
|
||||
ImGuiInputTextFlags_AlwaysInsertMode |
|
||||
ImGuiInputTextFlags_AlwaysOverwrite |
|
||||
ImGuiInputTextFlags_NoHorizontalScroll;
|
||||
auto src_value = xe::string_util::to_hex_string(*value);
|
||||
std::strcpy(buffer, src_value.c_str());
|
||||
@@ -785,7 +785,7 @@ bool DebugWindow::DrawRegisterTextBoxes(int id, float* value) {
|
||||
ImGuiInputTextFlags_CharsUppercase | ImGuiInputTextFlags_CharsNoBlank;
|
||||
if (state_.register_input_hex) {
|
||||
input_flags |= ImGuiInputTextFlags_CharsHexadecimal |
|
||||
ImGuiInputTextFlags_AlwaysInsertMode |
|
||||
ImGuiInputTextFlags_AlwaysOverwrite |
|
||||
ImGuiInputTextFlags_NoHorizontalScroll;
|
||||
} else {
|
||||
input_flags |=
|
||||
@@ -1178,7 +1178,7 @@ void DebugWindow::DrawBreakpointsPane() {
|
||||
ImGuiInputTextFlags input_flags = ImGuiInputTextFlags_CharsUppercase |
|
||||
ImGuiInputTextFlags_CharsNoBlank |
|
||||
ImGuiInputTextFlags_CharsHexadecimal |
|
||||
ImGuiInputTextFlags_AlwaysInsertMode |
|
||||
ImGuiInputTextFlags_AlwaysOverwrite |
|
||||
ImGuiInputTextFlags_NoHorizontalScroll |
|
||||
ImGuiInputTextFlags_EnterReturnsTrue;
|
||||
ImGui::PushItemWidth(50);
|
||||
|
||||
Vendored
+1
-1
Submodule third_party/FFmpeg updated: a437fe6d8e...a14f5c0383
Vendored
+1
-1
Submodule third_party/SPIRV-Tools updated: 44d72a9b36...4451f6ab13
Vendored
+1
-1
Submodule third_party/Vulkan-Headers updated: 46dc0f6e51...c6391a7b8c
Vendored
+1
-1
Submodule third_party/VulkanMemoryAllocator updated: 19b940e864...1c35ba99ce
Vendored
+1
-1
Submodule third_party/aes_128 updated: b5b7f559cf...7e3ac3bb6b
Vendored
+1
-1
Submodule third_party/capstone updated: 097c04d941...af1ed2fb3d
Vendored
+1
-1
Submodule third_party/catch updated: 62fd660583...18df97df00
Vendored
+1
-1
Submodule third_party/cxxopts updated: 3bf268481d...63d1b65a69
Vendored
+1
-1
Submodule third_party/date updated: 9ea5654c12...51ce7e1310
Vendored
+1
-1
Submodule third_party/discord-rpc updated: eff23a770a...963aa9f3e5
Vendored
+1
-1
Submodule third_party/imgui updated: 81160fee56...1ebb913827
Vendored
+1
-1
@@ -21,8 +21,8 @@ project("imgui")
|
||||
"imgui/imconfig.h",
|
||||
"imgui/imgui.cpp",
|
||||
"imgui/imgui.h",
|
||||
"imgui/imgui_draw.cpp",
|
||||
"imgui/imgui_demo.cpp",
|
||||
"imgui/imgui_draw.cpp",
|
||||
"imgui/imgui_internal.h",
|
||||
"imgui/imgui_tables.cpp",
|
||||
"imgui/imgui_widgets.cpp",
|
||||
|
||||
Vendored
+1
-1
Submodule third_party/premake-androidndk updated: e6132d3f78...35a6955410
Vendored
+1
-1
Submodule third_party/rapidcsv updated: 7e87d8cac4...a98b85e663
Vendored
+1
-1
Submodule third_party/rapidjson updated: d87b698d0f...7c73dd7de7
+500
-283
File diff suppressed because it is too large
Load Diff
Vendored
+2525
-1046
File diff suppressed because it is too large
Load Diff
Vendored
+895
-164
File diff suppressed because it is too large
Load Diff
Vendored
+1
-1
Submodule third_party/tabulate updated: d553e59755...3a58301067
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user