1
0
Fork 0
forked from suyu/suyu
suyu/src/core
Lioncash c1577f3448 mii/manager: Make use of unused lower bound in GetRandomValue()
Previously, the lower bound wasn't being used and zero was being used as
the lower bound every time this function was called.

This affects the outcome of some of the randomized entries a little bit,
for example, the lower-bound for beard and mustache flags was supposed
to be 1, not 0.

Aside from these cases, the bug didn't affect anything else.
2020-10-17 09:50:04 -04:00
..
arm General: Make use of std::nullopt where applicable 2020-09-22 17:32:33 -04:00
crypto core/CMakeLists: Make some warnings errors 2020-10-13 13:16:49 -04:00
file_sys core/CMakeLists: Make some warnings errors 2020-10-13 13:16:49 -04:00
frontend core/CMakeLists: Make some warnings errors 2020-10-13 13:16:49 -04:00
gdbstub core/CMakeLists: Make some warnings errors 2020-10-13 13:16:49 -04:00
hle mii/manager: Make use of unused lower bound in GetRandomValue() 2020-10-17 09:50:04 -04:00
loader core/CMakeLists: Make some warnings errors 2020-10-13 13:16:49 -04:00
memory core/CMakeLists: Make some warnings errors 2020-10-13 13:16:49 -04:00
network core/CMakeLists: Make some warnings errors 2020-10-13 13:16:49 -04:00
tools freezer: Move entry finding to its own function 2020-08-06 03:11:21 -04:00
CMakeLists.txt core/CMakeLists: Make some warnings errors 2020-10-13 13:16:49 -04:00
constants.cpp
constants.h constants: Add missing <array> include 2020-07-16 21:43:20 -04:00
core.cpp service/sm: Eliminate dependency on the global system instance 2020-09-17 10:43:54 -04:00
core.h core: Mark GetInstance() as deprecated 2020-09-25 19:23:23 -04:00
core_timing.cpp core_timing: Remove unused header 2020-08-22 22:12:37 -04:00
core_timing.h core_timing: Make use of uintptr_t to represent user_data 2020-07-27 21:21:01 -04:00
core_timing_util.cpp core_timing: Remove unused header 2020-08-22 22:12:37 -04:00
core_timing_util.h core_timing: Remove unused header 2020-08-22 22:12:37 -04:00
cpu_manager.cpp Merge pull request #4461 from comex/thread-names 2020-08-31 15:31:48 -04:00
cpu_manager.h cpu_manager: Mark function getters as static 2020-07-16 13:30:56 -04:00
device_memory.cpp device_memory: Remove unused system member 2020-07-27 23:37:49 -04:00
device_memory.h device_memory: Remove unused system member 2020-07-27 23:37:49 -04:00
hardware_interrupt_manager.cpp core_timing: Make use of uintptr_t to represent user_data 2020-07-27 21:21:01 -04:00
hardware_interrupt_manager.h
hardware_properties.h General: Add Asserts 2020-06-27 11:35:21 -04:00
memory.cpp core/CMakeLists: Make some warnings errors 2020-10-13 13:16:49 -04:00
memory.h ARM/Memory: Correct Exclusive Monitor and Implement Exclusive Memory Writes. 2020-06-27 11:35:37 -04:00
perf_stats.cpp common/fileutil: Convert namespace to Common::FS 2020-08-16 06:52:40 -04:00
perf_stats.h perf_stats: Mark GetMeanFrametime() as const 2020-08-03 12:33:35 -04:00
reporter.cpp common/fileutil: Convert namespace to Common::FS 2020-08-16 06:52:40 -04:00
reporter.h
settings.cpp Project Mjölnir: Part 1 2020-08-26 02:32:32 -04:00
settings.h configure_input: Hook up the motion button and checkbox 2020-09-05 09:46:34 -04:00
telemetry_session.cpp common/telemetry: Migrate namespace into the Common namespace 2020-08-18 15:08:32 -04:00
telemetry_session.h common/telemetry: Migrate namespace into the Common namespace 2020-08-18 15:08:32 -04:00