diff --git a/Doxyfile b/Doxyfile index 2abc6e02..e789a825 100644 --- a/Doxyfile +++ b/Doxyfile @@ -2798,7 +2798,7 @@ PLANTUML_INCLUDE_PATH = # Minimum value: 0, maximum value: 10000, default value: 50. # This tag requires that the tag HAVE_DOT is set to YES. -DOT_GRAPH_MAX_NODES = 25 +DOT_GRAPH_MAX_NODES = 5 # The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the graphs # generated by dot. A depth value of 3 means that only nodes reachable from the diff --git a/src/cli/handlers/tile16_transfer.cc b/src/cli/handlers/tile16_transfer.cc index 4d88863c..59aae1dd 100644 --- a/src/cli/handlers/tile16_transfer.cc +++ b/src/cli/handlers/tile16_transfer.cc @@ -2,7 +2,7 @@ #include #include "absl/status/status.h" -#include "app/core/constants.h" +#include "util/macro.h" #include "app/rom.h" #include "cli/z3ed.h" diff --git a/src/ios/main.mm b/src/ios/main.mm index c0e46283..45715e97 100644 --- a/src/ios/main.mm +++ b/src/ios/main.mm @@ -348,7 +348,7 @@ auto data = [NSData dataWithContentsOfURL:selectedFileURL]; // Cast NSData* to uint8_t* - uchar *bytes = (uchar *)[data bytes]; + uint8_t *bytes = (uint8_t *)[data bytes]; // Size of the data size_t size = [data length]; diff --git a/src/lib/imgui b/src/lib/imgui index d7454de8..aa23f380 160000 --- a/src/lib/imgui +++ b/src/lib/imgui @@ -1 +1 @@ -Subproject commit d7454de80a2d51cee6601d275c441987e7aebb5e +Subproject commit aa23f3801b7414989093abf7388144bc4dfd221c