suyu/src
echosys ab4c093976 Fix Android crash caused by incorrect type in progress dialog callbacks (#58)
Bug discovered via an incomplete fix in Sudachi.

Some Progress Dialog callbacks pass the wrong type (Double instead of Long) from C++ to Java code causing a crash at runtime.
To fix this a new function is implemented to convert to a Java Long and that is used instead of the function that converts to a Double.

Reviewed-on: http://vub63vv26q6v27xzv2dtcd25xumubshogm67yrpaz2rculqxs7jlfqad.onion/torzu-emu/torzu/pulls/58
Co-authored-by: echosys <echosys@noreply.localhost>
Co-committed-by: echosys <echosys@noreply.localhost>
2024-10-03 12:08:28 +00:00
..
android Fix Android crash caused by incorrect type in progress dialog callbacks (#58) 2024-10-03 12:08:28 +00:00
audio_core revert changes introduced in EA3835 to audio sink auto-select, fixing stuttering in Diablo 3, etc (#3) 2024-07-06 20:38:09 +00:00
common Fix Android crash caused by incorrect type in progress dialog callbacks (#58) 2024-10-03 12:08:28 +00:00
core Be more explicit on struct init (#46) 2024-08-10 12:53:04 +00:00
dedicated_room Revert "Removed web service reminiscents" in preparation to fix multiplayer lobby list 2024-06-30 16:54:56 +02:00
frontend_common
hid_core Disabled problematic MSVC warning-to-errors 2024-05-07 18:57:50 +02:00
input_common Disabled problematic MSVC warning-to-errors 2024-05-07 18:57:50 +02:00
network Fixed multiplayer lobby list (thanks to anonymous contributor!) 2024-06-30 17:14:51 +02:00
shader_recompiler Disabled problematic MSVC warning-to-errors 2024-05-07 18:57:50 +02:00
tests Removed custom fibers implementation due to issues caused on Windows 2024-05-08 07:58:20 +02:00
video_core Add option to only optimize SPIRV during load (#13) 2024-07-19 19:14:19 +00:00
web_service Updated copyright headers 2024-04-05 01:58:30 +02:00
yuzu Reorder configuration tabs (#32) 2024-08-10 13:28:05 +00:00
yuzu_cmd option to skip compiling the -cmd executable (#26) 2024-07-24 23:24:18 +00:00
.clang-format
CMakeLists.txt Revert "Removed web service reminiscents" in preparation to fix multiplayer lobby list 2024-06-30 16:54:56 +02:00