You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yuzu/src/core
Lioncash d4e3d567ce control_metadata: Correct typo in language name (Portugese -> Portuguese)
While we're at it, organize the array linearly, since clang formats the
array elements quite wide length-wise with the addition of the missing
'u'.

Technically also fixes patch lookup and icon lookup with Portuguese,
though I doubt anyone has actually run into this issue.
6 years ago
..
arm core: Make the exclusive monitor a unique_ptr instead of a shared_ptr 7 years ago
crypto global: Use std::optional instead of boost::optional (#1578) 7 years ago
file_sys control_metadata: Correct typo in language name (Portugese -> Portuguese) 6 years ago
frontend Merge pull request #1667 from DarkLordZach/swkbd 6 years ago
gdbstub gdbstub: Silence value truncation warning within FpuWrite() 6 years ago
hle svc: Implement svcSetResourceLimitLimitValue() 6 years ago
loader Merge pull request #1620 from DarkLordZach/ldr-ro 6 years ago
tracer Port #4182 from Citra: "Prefix all size_t with std::" 7 years ago
CMakeLists.txt Merge pull request #1770 from DarkLordZach/applet-stub 6 years ago
core.cpp core: Relocate CPU core management to its own class 6 years ago
core.h am: Deglobalize software keyboard applet 6 years ago
core_cpu.cpp core_cpu: Make Cpu scheduler instances unique_ptrs instead of shared_ptrs 7 years ago
core_cpu.h core_cpu: Make Cpu scheduler instances unique_ptrs instead of shared_ptrs 7 years ago
core_timing.cpp Core::CoreTiming: add UnscheduleEventThreadsafe 7 years ago
core_timing.h Core::CoreTiming: add UnscheduleEventThreadsafe 7 years ago
core_timing_util.cpp core_timing: Split off utility functions into core_timing_util 7 years ago
core_timing_util.h core_timing: Split off utility functions into core_timing_util 7 years ago
cpu_core_manager.cpp core: Relocate CPU core management to its own class 6 years ago
cpu_core_manager.h core: Relocate CPU core management to its own class 6 years ago
memory.cpp global: Use std::optional instead of boost::optional (#1578) 7 years ago
memory.h memory: Dehardcode the use of fixed memory range constants 7 years ago
memory_hook.cpp memory_hook: Default virtual destructor in the cpp file 7 years ago
memory_hook.h global: Use std::optional instead of boost::optional (#1578) 7 years ago
memory_setup.h memory: Replace all memory hooking with Special regions 7 years ago
perf_stats.cpp perf_stats: Remove unused variable within DoFrameLimiting() 7 years ago
perf_stats.h core/core: Replace includes with forward declarations where applicable 7 years ago
settings.cpp hid: Use player-defined controller type as PREFERRED_CONTROLLER 6 years ago
settings.h Merge pull request #1747 from DarkLordZach/exefs-lfs 6 years ago
telemetry_session.cpp compatdb: Use a seperate endpoint for testcase submission 7 years ago
telemetry_session.h compatdb: Use a seperate endpoint for testcase submission 7 years ago