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 e81354ae38 svc: Return process title ID if queried in GetInfo()
We already have the variable itself set up to perform this task, so we
can just return its value from the currently executing process instead
of always stubbing it to zero.
8 years ago
..
arm dynarmic: Update to 550d662 8 years ago
crypto file_sys/crypto: Fix missing/unnecessary includes 8 years ago
file_sys file_sys/crypto: Fix missing/unnecessary includes 8 years ago
frontend emu_window: Ensure WindowConfig members are always initialized 8 years ago
gdbstub GDBStub works with both Unicorn and Dynarmic now (#941) 8 years ago
hle svc: Return process title ID if queried in GetInfo() 8 years ago
loader file_sys/crypto: Fix missing/unnecessary includes 8 years ago
tracer
CMakeLists.txt file_sys: Implement NAX containers 8 years ago
core.cpp qt: Add 'Install to NAND' option to menu 8 years ago
core.h qt: Add filename and title id to window title while running 8 years ago
core_cpu.cpp Merge pull request #1043 from Subv/timing 8 years ago
core_cpu.h Core/HLE: Make the 'reschedule_pending' flag atomic. 8 years ago
core_timing.cpp Core::CoreTiming: add UnscheduleEventThreadsafe 8 years ago
core_timing.h Core::CoreTiming: add UnscheduleEventThreadsafe 8 years ago
core_timing_util.cpp
core_timing_util.h
memory.cpp renderer_base: Make Rasterizer() return the rasterizer by reference 8 years ago
memory.h memory: Make prototype parameter names match their definitions 8 years ago
memory_hook.cpp
memory_hook.h
memory_setup.h
perf_stats.cpp Merge pull request #840 from FearlessTobi/port-3353 8 years ago
perf_stats.h core_timing: Make GetGlobalTimeUs() return std::chrono::microseconds 8 years ago
settings.cpp video_core; Get rid of global g_toggle_framelimit_enabled variable 8 years ago
settings.h Port #3353 from Citra 8 years ago
telemetry_session.cpp Merge pull request #840 from FearlessTobi/port-3353 8 years ago
telemetry_session.h