mirror of
https://github.com/d0k3/GodMode9.git
synced 2025-06-26 13:42:47 +00:00
Show number of search results when searching
This commit is contained in:
parent
a06e6619cd
commit
6c4eba22b3
@ -569,6 +569,7 @@ u32 GodMode() {
|
|||||||
SetFSSearch(searchstr, curr_entry->path);
|
SetFSSearch(searchstr, curr_entry->path);
|
||||||
snprintf(current_path, 256, "Z:");
|
snprintf(current_path, 256, "Z:");
|
||||||
GetDirContents(current_dir, current_path);
|
GetDirContents(current_dir, current_path);
|
||||||
|
if (current_dir->n_entries) ShowPrompt(false, "Found %lu results.", current_dir->n_entries - 1);
|
||||||
cursor = 1;
|
cursor = 1;
|
||||||
scroll = 0;
|
scroll = 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user