dolphin/Source/Core/Common
Minty-Meeo b430d66cdc Split OSREPORT logging type
The enumerated LOG_TYPE "OSREPORT" is currently used in both EXI_DeviceIPL.cpp and HLE_OS.cpp.  In many games, the multitude of game functions detected by HLE_OS.cpp for OSREPORT logging results in poor log readability.  This Pull Request remedies that by adding a new enumerated LOG_TYPE "OSREPORT_HLE" for log usage in HLE_OS.cpp.

In the future, further changing how logging in HLE_OS.cpp works may be desirable.  As it is, game functions are detected that send a single character to the log.  This is a major source of poor readability.
2020-12-24 23:38:59 -06:00
..
Config Add caching to Config::Info 2020-12-12 13:58:50 +01:00
Crypto
Debug Common: Move OSThreads into core 2020-10-21 07:35:42 -04:00
GL General: Convert PanicAlerts over to fmt equivalent 2020-12-02 13:38:33 -05:00
Logging Split OSREPORT logging type 2020-12-24 23:38:59 -06:00
Align.h
Analytics.cpp
Analytics.h
AndroidAnalytics.cpp
AndroidAnalytics.h
Arm64Emitter.cpp Common: Migrate logging to fmt 2020-10-23 14:58:03 -04:00
Arm64Emitter.h x64Emitter: Check end of allocated space when emitting code. 2020-08-24 19:31:32 +02:00
ArmCommon.h
ArmCPUDetect.cpp Add support for FreeBSD/arm64 2020-08-27 21:54:04 +01:00
Assert.h Common/Assert: no longer needs special impl for msvc 2020-08-23 13:57:05 -07:00
Atomic_GCC.h
Atomic_Win32.h
Atomic.h
BitField.h
BitField.natvis
BitSet.h
BitUtils.h
BlockingLoop.h
CDUtils.cpp
CDUtils.h
ChunkFile.h General: Convert PanicAlerts over to fmt equivalent 2020-12-02 13:38:33 -05:00
CMakeLists.txt Common: Validate the number of {} fields in format strings 2020-11-19 17:09:24 +01:00
CodeBlock.h x64Emitter: Check end of allocated space when emitting code. 2020-08-24 19:31:32 +02:00
ColorUtil.cpp
ColorUtil.h
Common.h
Common.vcxproj Common: Validate the number of {} fields in format strings 2020-11-19 17:09:24 +01:00
Common.vcxproj.filters Common: Validate the number of {} fields in format strings 2020-11-19 17:09:24 +01:00
CommonFuncs.cpp Add Android check for strerror_r variant 2020-07-16 18:51:58 +02:00
CommonFuncs.h
CommonPaths.h InputCommon: Introducing the "Dynamic Input Texture". Configuration links an emulated input action to an image based on what host key is defined for that emulated input. Specific regions are called out in configuration that mark where to replace an input button with a host key image. 2020-10-03 17:10:35 -05:00
CommonTypes.h
CompatPatches.cpp handle to GetFileVersionInfoW must be zero 2020-08-23 13:55:14 -07:00
CPUDetect.h CPUDetect: Indicate slow PDEP/PEXT only for Zen1/+/2 (Family 23) 2020-11-08 14:27:24 +01:00
DebugInterface.h
DynamicLibrary.cpp
DynamicLibrary.h
ENetUtil.cpp
ENetUtil.h
Event.h Minor changes to usages of std::condition_variable. 2019-04-06 17:39:25 -05:00
File.cpp Android: Make the handling of SAF open modes more robust 2020-11-06 17:40:03 +01:00
File.h IOFile: Add WriteString() method to replace fprintf string writing. 2020-11-25 15:41:25 +01:00
FileSearch.cpp apply if constexpr in a couple places 2020-08-23 13:57:05 -07:00
FileSearch.h
FileUtil.cpp Add warning flags to File deletion functions 2020-12-05 16:13:46 -08:00
FileUtil.h Add warning flags to File deletion functions 2020-12-05 16:13:46 -08:00
FixedSizeQueue.h
Flag.h
FloatUtils.cpp
FloatUtils.h
FormatUtil.h Common: Assert that translatable strings use positional arguments 2020-11-20 20:24:30 +01:00
FPURoundMode.h
GekkoDisassembler.cpp GekkoDisassembler: fix rld* 2020-08-23 13:55:14 -07:00
GekkoDisassembler.h
GenericCPUDetect.cpp
GenericFPURoundMode.cpp
Hash.cpp Fix -Wsign-compare warnings 2020-11-21 02:08:09 +01:00
Hash.h Use size_t in some DSP code code 2020-07-24 15:06:39 -07:00
HttpRequest.cpp Common: Fix logger related crash when HTTP response is empty 2020-10-29 21:20:59 +01:00
HttpRequest.h
Image.cpp Common: Add SavePNG() function that writes PNGs using the simplified libpng API. 2020-11-26 23:55:05 +01:00
Image.h Common: Add SavePNG() function that writes PNGs using the simplified libpng API. 2020-11-26 23:55:05 +01:00
IniFile.cpp
IniFile.h
Inline.h
Intrinsics.h
JitRegister.cpp
JitRegister.h
Lazy.h
LdrWatcher.cpp
LdrWatcher.h [windows]: Apply compatibility patches to problematic gamepad vibration drivers. 2017-06-15 21:21:01 -07:00
LinearDiskCache.h Common/LinearDiskCache: Replace std::fstream with File::IOFile 2020-11-05 00:31:17 +01:00
make_scmrev.h.js
MathUtil.cpp
MathUtil.h MathUtil: Add Population (vs Sample) versions of Variance and StandardDeviation to RunningVariance. 2020-09-28 18:09:33 -05:00
Matrix.cpp Common/Matrix: Add Quaternion class. 2020-10-19 16:18:31 -05:00
Matrix.h Common/Matrix: Allow TVec classes to be used in constexpr contexts 2020-10-21 17:44:02 -04:00
MD5.cpp
MD5.h
MemArena.cpp General: Convert PanicAlerts over to fmt equivalent 2020-12-02 13:38:33 -05:00
MemArena.h
MemoryUtil.cpp Add NetBSD support 2020-12-15 02:34:25 +01:00
MemoryUtil.h
MinizipUtil.h
MsgHandler.cpp Common/MsgHandler: Add fmt-capable variants of the alert macros 2020-11-09 08:48:17 -05:00
MsgHandler.h Common: Assert that translatable strings use positional arguments 2020-11-20 20:24:30 +01:00
NandPaths.cpp
NandPaths.h
Network.cpp
Network.h
PcapFile.cpp
PcapFile.h
PerformanceCounter.cpp
PerformanceCounter.h
Profiler.cpp
Profiler.h
QoSSession.cpp
QoSSession.h Reformat all the things! 2018-04-12 21:28:39 +02:00
Random.cpp
Random.h
Result.h
scmrev.h.in
SCMRevGen.vcxproj
ScopeGuard.h
SDCardUtil.cpp Common: Migrate logging to fmt 2020-10-23 14:58:03 -04:00
SDCardUtil.h SDCardUtil: Namespace SDCardUtil 2018-05-11 09:19:30 -04:00
Semaphore.h remove extraneous WIN32_LEAN_AND_MEAN definition 2020-08-23 13:57:05 -07:00
SettingsHandler.cpp
SettingsHandler.h
SFMLHelper.cpp
SFMLHelper.h
SPSCQueue.h Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
StringUtil.cpp Add NetBSD support 2020-12-15 02:34:25 +01:00
StringUtil.h DolphinQt: Handle non-ASCII characters in Windows cmd arguments 2020-09-21 17:26:29 +02:00
Swap.h
SymbolDB.cpp Common: Migrate logging to fmt 2020-10-23 14:58:03 -04:00
SymbolDB.h
Thread.cpp Add NetBSD support 2020-12-15 02:34:25 +01:00
Thread.h
Timer.cpp windows: fix some incorrect string lengths 2020-08-23 13:55:15 -07:00
Timer.h Merge pull request #8922 from Filoppi/timer-fixes 2020-07-13 00:16:45 +01:00
TraversalClient.cpp General: Convert PanicAlerts over to fmt equivalent 2020-12-02 13:38:33 -05:00
TraversalClient.h
TraversalProto.h
TraversalServer.cpp
UPnP.cpp Common: Migrate logging to fmt 2020-10-23 14:58:03 -04:00
UPnP.h Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
VariantUtil.h
Version.cpp Common: Move version strings to their own header 2017-09-09 19:28:10 -04:00
Version.h
WindowSystemInfo.h
WorkQueueThread.h Extended WorkQueueThread class with Clear(), Cancel() and IsCancelled(). 2020-10-01 22:09:45 +02:00
x64ABI.cpp
x64ABI.h
x64CPUDetect.cpp CPUDetect: Indicate slow PDEP/PEXT only for Zen1/+/2 (Family 23) 2020-11-08 14:27:24 +01:00
x64Emitter.cpp General: Convert PanicAlerts over to fmt equivalent 2020-12-02 13:38:33 -05:00
x64Emitter.h x64Emitter: Check end of allocated space when emitting code. 2020-08-24 19:31:32 +02:00
x64FPURoundMode.cpp
x64Reg.h