pcsx2/common
Kojin 13dfceff48
Common: reformat (#4720)
* common: format AlignedMalloc.cpp

* common: format AppTrait.h

* common: format Assertions.h

* common: format CheckedStaticBox

* common: format Console

* common: format Dependencies.h

* common: format EmbeddedImage

* common: format EventSource

* common: format Exceptions

* common: format FastFormatString.cpp

* common: format General.h

* common: format InitInterface

* common: format MathUtils.h

* common: format MemsetFast/MemcpyFast

* common: format Mutex.cpp

* common: format PageFaultSource.h

* common: format Path.h

* common: format PathUtils.cpp

* common: format Pcsx2Types.h

* common: format Perf

* common: format PersistentThread.h

* common: format RwMutex

* common: format SafeArray

* common: format ScopedAlloc.h

* common: format ScopedPtrMT.h

* common: format Semaphore.cpp

* common: format StringHelpers

* common: format ThreadTools.cpp

* common: format Threading.h

* common: format ThreadingDialogs

* common: format ThreadingInternal.h

* common: format TraceLog.h

* common: format VirtualMemory.cpp

* common: format pxCheckBox

* common: format pxEvents.h

* common: format pxForwardDefs.h

* common: format pxRadioPanel

* common: format pxStaticText

* common: format pxStreams

* common: format pxTranslate.cpp

* common: format pxWindowTextWriter.cpp

* common: format wxAppWithHelpers

* common: format wxBaseTools.h

* common: format wxGuiTools

* common: format wxHelpers.cpp

* common: format Darwin directory

* common: format Linux directory

* common: format Windows directory

* common: format LnxCpuDetect.cpp

* common: format WinCpuDetect.cpp

* common: format bmi.cpp

* common: format cpudetect.cpp

* common: format cpu_detect_internal.h

* common: format fpu.cpp

* common: format groups.cpp

* common: format instructions.h

* common: format internal.h

* common: format jmp.cpp

* common: format legacy.cpp

* common: format legacy_instructions.h

* common: format legacy_internal.h

* common: format movs.cpp

* common: format simd.cpp

* common: format tools.h

* common: format x86emitter.cpp

* common: format x86types.h

* common: format bmi.h

* common: format dwshift.h

* common: format group1.h group2.h group3.h

* common: format incdec.h

* common: format jmpcall.h

* common: format movs.h

* common: format simd_arithmetic.h

* common: format simd_comparisons.h

* common: format simd_helpers.h

* common: format simd_moremovs.h

* common: format simd_shufflepack.h

* common: format simd_templated_helpers.h

* common: format test.h
2021-09-06 14:28:26 -04:00
..
Darwin Common: reformat (#4720) 2021-09-06 14:28:26 -04:00
Linux Common: reformat (#4720) 2021-09-06 14:28:26 -04:00
Windows Common: reformat (#4720) 2021-09-06 14:28:26 -04:00
emitter Common: reformat (#4720) 2021-09-06 14:28:26 -04:00
vsprops common: reorganize 2021-09-04 18:28:07 -04:00
x86 common: fix cmake on win32 2021-09-04 18:28:07 -04:00
AlignedMalloc.cpp Common: reformat (#4720) 2021-09-06 14:28:26 -04:00
AppTrait.h Common: reformat (#4720) 2021-09-06 14:28:26 -04:00
Assertions.h Common: reformat (#4720) 2021-09-06 14:28:26 -04:00
CMakeLists.txt common: fix cmake on linux/macos 2021-09-04 18:28:07 -04:00
CheckedStaticBox.cpp Common: reformat (#4720) 2021-09-06 14:28:26 -04:00
CheckedStaticBox.h Common: reformat (#4720) 2021-09-06 14:28:26 -04:00
Console.cpp Common: reformat (#4720) 2021-09-06 14:28:26 -04:00
Console.h Common: reformat (#4720) 2021-09-06 14:28:26 -04:00
Dependencies.h Common: reformat (#4720) 2021-09-06 14:28:26 -04:00
EmbeddedImage.h Common: reformat (#4720) 2021-09-06 14:28:26 -04:00
EventSource.cpp common: reorganize 2021-09-04 18:28:07 -04:00
EventSource.h Common: reformat (#4720) 2021-09-06 14:28:26 -04:00
EventSource.inl Common: reformat (#4720) 2021-09-06 14:28:26 -04:00
Exceptions.cpp Common: reformat (#4720) 2021-09-06 14:28:26 -04:00
Exceptions.h Common: reformat (#4720) 2021-09-06 14:28:26 -04:00
FastFormatString.cpp Common: reformat (#4720) 2021-09-06 14:28:26 -04:00
General.h Common: reformat (#4720) 2021-09-06 14:28:26 -04:00
IniInterface.cpp Common: reformat (#4720) 2021-09-06 14:28:26 -04:00
IniInterface.h Common: reformat (#4720) 2021-09-06 14:28:26 -04:00
MathUtils.h Common: reformat (#4720) 2021-09-06 14:28:26 -04:00
MemcpyFast.h Common: reformat (#4720) 2021-09-06 14:28:26 -04:00
MemsetFast.inl Common: reformat (#4720) 2021-09-06 14:28:26 -04:00
Mutex.cpp Common: reformat (#4720) 2021-09-06 14:28:26 -04:00
PageFaultSource.h Common: reformat (#4720) 2021-09-06 14:28:26 -04:00
Path.h Common: reformat (#4720) 2021-09-06 14:28:26 -04:00
PathUtils.cpp Common: reformat (#4720) 2021-09-06 14:28:26 -04:00
Pcsx2Defs.h common: reorganize 2021-09-04 18:28:07 -04:00
Pcsx2Types.h Common: reformat (#4720) 2021-09-06 14:28:26 -04:00
Perf.cpp Common: reformat (#4720) 2021-09-06 14:28:26 -04:00
Perf.h Common: reformat (#4720) 2021-09-06 14:28:26 -04:00
PersistentThread.h Common: reformat (#4720) 2021-09-06 14:28:26 -04:00
PrecompiledHeader.cpp common: reorganize 2021-09-04 18:28:07 -04:00
PrecompiledHeader.h common: add some stuff to the pch 2021-09-04 18:28:07 -04:00
RedtapeWindows.h common: reorganize 2021-09-04 18:28:07 -04:00
RwMutex.cpp Common: reformat (#4720) 2021-09-06 14:28:26 -04:00
RwMutex.h Common: reformat (#4720) 2021-09-06 14:28:26 -04:00
SafeArray.h Common: reformat (#4720) 2021-09-06 14:28:26 -04:00
SafeArray.inl Common: reformat (#4720) 2021-09-06 14:28:26 -04:00
ScopedAlloc.h Common: reformat (#4720) 2021-09-06 14:28:26 -04:00
ScopedPtrMT.h Common: reformat (#4720) 2021-09-06 14:28:26 -04:00
Semaphore.cpp Common: reformat (#4720) 2021-09-06 14:28:26 -04:00
StringHelpers.cpp Common: reformat (#4720) 2021-09-06 14:28:26 -04:00
StringHelpers.h Common: reformat (#4720) 2021-09-06 14:28:26 -04:00
ThreadTools.cpp Common: reformat (#4720) 2021-09-06 14:28:26 -04:00
Threading.h Common: reformat (#4720) 2021-09-06 14:28:26 -04:00
ThreadingDialogs.cpp Common: reformat (#4720) 2021-09-06 14:28:26 -04:00
ThreadingDialogs.h Common: reformat (#4720) 2021-09-06 14:28:26 -04:00
ThreadingInternal.h Common: reformat (#4720) 2021-09-06 14:28:26 -04:00
TraceLog.h Common: reformat (#4720) 2021-09-06 14:28:26 -04:00
VirtualMemory.cpp Common: reformat (#4720) 2021-09-06 14:28:26 -04:00
afxresmw.h common: reorganize 2021-09-04 18:28:07 -04:00
boost_spsc_queue.hpp common: reorganize 2021-09-04 18:28:07 -04:00
common.vcxproj common: fix cmake on win32 2021-09-04 18:28:07 -04:00
common.vcxproj.filters common: add vs filters 2021-09-04 18:28:07 -04:00
mt_queue.h common: reorganize 2021-09-04 18:28:07 -04:00
pxCheckBox.cpp Common: reformat (#4720) 2021-09-06 14:28:26 -04:00
pxCheckBox.h Common: reformat (#4720) 2021-09-06 14:28:26 -04:00
pxEvents.h Common: reformat (#4720) 2021-09-06 14:28:26 -04:00
pxForwardDefs.h Common: reformat (#4720) 2021-09-06 14:28:26 -04:00
pxRadioPanel.cpp Common: reformat (#4720) 2021-09-06 14:28:26 -04:00
pxRadioPanel.h Common: reformat (#4720) 2021-09-06 14:28:26 -04:00
pxStaticText.cpp Common: reformat (#4720) 2021-09-06 14:28:26 -04:00
pxStaticText.h Common: reformat (#4720) 2021-09-06 14:28:26 -04:00
pxStreams.cpp Common: reformat (#4720) 2021-09-06 14:28:26 -04:00
pxStreams.h Common: reformat (#4720) 2021-09-06 14:28:26 -04:00
pxTranslate.cpp Common: reformat (#4720) 2021-09-06 14:28:26 -04:00
pxWindowTextWriter.cpp Common: reformat (#4720) 2021-09-06 14:28:26 -04:00
wxAppWithHelpers.cpp Common: reformat (#4720) 2021-09-06 14:28:26 -04:00
wxAppWithHelpers.h Common: reformat (#4720) 2021-09-06 14:28:26 -04:00
wxBaseTools.h Common: reformat (#4720) 2021-09-06 14:28:26 -04:00
wxGuiTools.cpp Common: reformat (#4720) 2021-09-06 14:28:26 -04:00
wxGuiTools.h Common: reformat (#4720) 2021-09-06 14:28:26 -04:00
wxHelpers.cpp Common: reformat (#4720) 2021-09-06 14:28:26 -04:00