[Kernel] Oops.
This commit is contained in:
parent
5b776b99da
commit
4f2326e5d7
|
@ -100,7 +100,6 @@ dword_result_t XamShowMessageBoxUI(dword_t user_index, lpwstring_t title_ptr,
|
||||||
std::vector<std::wstring> buttons;
|
std::vector<std::wstring> buttons;
|
||||||
std::wstring all_buttons;
|
std::wstring all_buttons;
|
||||||
for (uint32_t j = 0; j < button_count; ++j) {
|
for (uint32_t j = 0; j < button_count; ++j) {
|
||||||
auto test = button_ptrs[1];
|
|
||||||
uint32_t button_ptr = button_ptrs[j];
|
uint32_t button_ptr = button_ptrs[j];
|
||||||
auto button = xe::load_and_swap<std::wstring>(
|
auto button = xe::load_and_swap<std::wstring>(
|
||||||
kernel_state()->memory()->TranslateVirtual(button_ptr));
|
kernel_state()->memory()->TranslateVirtual(button_ptr));
|
||||||
|
|
Loading…
Reference in New Issue