1
0
Fork 0
forked from suyu/suyu
suyu/src/core
Lioncash f981e90af3 general: Avoid ambiguous format_to compilation errors
Ensures that we're using the fmt version of format_to.

These are also the only three outliers. All of the other formatters we
have are properly qualified.
2022-05-14 16:48:34 -04:00
..
arm general: Avoid ambiguous format_to compilation errors 2022-05-14 16:48:34 -04:00
crypto general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
file_sys general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
frontend general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
hid Merge pull request #8272 from german77/stick_range 2022-05-03 14:36:39 -07:00
hle service: hid: Fix motion refresh rate 2022-05-06 11:13:49 -05:00
loader chore: add missing SPDX tags 2022-04-28 18:24:11 +02:00
memory general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
network general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
tools general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
CMakeLists.txt hidbus: Implement hidbus and ringcon 2022-04-16 00:49:21 -05:00
constants.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
constants.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
core.cpp Remove unused PrepareReschedule function 2022-04-24 12:10:16 +01:00
core.h Remove unused PrepareReschedule function 2022-04-24 12:10:16 +01:00
core_timing.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
core_timing.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
core_timing_util.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
cpu_manager.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
cpu_manager.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
device_memory.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
device_memory.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
hardware_interrupt_manager.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
hardware_interrupt_manager.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
hardware_properties.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
memory.cpp Revert "Memory GPU <-> CPU: reduce infighting in the texture cache by adding CPU Cached memory." 2022-03-26 12:38:30 -07:00
memory.h memory: Address lioncash's review 2021-08-05 20:29:43 +00:00
perf_stats.cpp core: Replace lock_guard with scoped_lock 2022-04-07 19:44:07 +01:00
perf_stats.h general: Replace high_resolution_clock with steady_clock 2021-12-02 14:20:43 -05:00
reporter.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
reporter.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
telemetry_session.cpp Settings: eliminate rescaling_factor. 2021-11-16 22:11:27 +01:00
telemetry_session.h patch_manager: Remove usages of the global system instance 2020-11-18 09:36:48 -05:00