summaryrefslogtreecommitdiff
path: root/Source/Core
AgeCommit message (Expand)Author
2018-06-02Merge pull request #7051 from lioncash/frsqrteAnthony
2018-06-02Merge pull request #7048 from spycrab/qt_fs_sizespycrab
2018-06-02Merge pull request #7050 from lioncash/ptrLéo Lam
2018-06-02Interpreter_FloatingPoint: Clear FPSCR.FI and FPSCR.FR in invalid operation c...Lioncash
2018-06-02Interpreter_FloatingPoint: Don't store to destination in frsqrte if VE or ZE ...Lioncash
2018-06-02WiimoteDevice: Make CBigEndianBuffer's constructor explicitLioncash
2018-06-02WiimoteDevice: Get rid of pointer casting in CBigEndianBufferLioncash
2018-06-02WiimoteDevice: Move CBigEndianBuffer to the cpp fileLioncash
2018-06-02Merge pull request #7045 from lioncash/fresAnthony
2018-06-02EXI_DeviceIPL: Replace superfluous virtual with override on destructorLioncash
2018-06-02EXI_DeviceIPL: Use std::array where applicableLioncash
2018-06-02EXI_DeviceIPL: Normalize variable namesLioncash
2018-06-02EXI_DeviceIPL: In-class initialize data members where applicableLioncash
2018-06-02Qt/FilesystemWidget: Add size columnspycrab
2018-06-02Merge pull request #7046 from lioncash/privLéo Lam
2018-06-02Externals: Update glslang to upstream commit 32d3ec3Stenzek
2018-06-02Analytics: Report update trackspycrab
2018-06-01EXI_DeviceMic: Remove unimplemented StreamLog function prototypeLioncash
2018-06-01EXI_DeviceMic: Make data members of CEXIMic privateLioncash
2018-06-01Interpreter_FloatingPoint: Clear FPSCR.FI and FPSCR.FR if an SNaN is an input...Lioncash
2018-06-01Interpreter_FloatingPoint: Don't store to destination in fres if VE or ZE is ...Lioncash
2018-06-01Merge pull request #7041 from spycrab/qt_dbg_bselectAnthony
2018-06-01Merge pull request #7043 from JosJuice/gamefile-includesAnthony
2018-06-01Qt: Exit exclusive fullscreen on confirmation promptspycrab
2018-06-01GameFile: Include necessary DiscIO headersJosJuice
2018-05-31Qt/MemoryWidget: Allow operating on columnsspycrab
2018-05-31Merge pull request #7033 from lioncash/jitarmLéo Lam
2018-05-31Merge pull request #7034 from lioncash/overrideAnthony
2018-05-31Merge pull request #7005 from lioncash/divMat M
2018-05-31Merge pull request #6978 from lioncash/fctiMat M
2018-05-31Qt/GeneralWidget: Show tooltip when adapters are not supported by the backendspycrab
2018-05-30Qt/MemoryWidget: Fix sidebar items being stretched outspycrab
2018-05-30Merge pull request #7032 from spycrab/qt_macos_mpbtn_roundspycrab
2018-05-30Merge pull request #7035 from spycrab/qt_macos_info_widthspycrab
2018-05-30Qt/macOS: Fix InfoWidget fields being too narrowspycrab
2018-05-30JitArm64_BackPatch: Correct usage of an invalidated iterator after a std::map...Lioncash
2018-05-30JitArm64/Jit_Util: Add missing override specifiersLioncash
2018-05-30Merge pull request #7030 from lioncash/emitterMarkus Wick
2018-05-30Qt/macOS: Fix mapping buttons not being roundspycrab
2018-05-30Merge pull request #7031 from lioncash/namingMarkus Wick
2018-05-30AudioInterface: Use member initializers where applicable for unionsLioncash
2018-05-30AudioInterface: Amend variable namingLioncash
2018-05-30x64Emitter: Amend parameter ordering for WriteModRM()'s prototypeLioncash
2018-05-30Merge pull request #7028 from lioncash/obsoleteLéo Lam
2018-05-30VolumeWii: Shorten padding checking code within CheckIntegrity()Lioncash
2018-05-30GeneralPane: Replace usages of obsolete QString member function sprintfLioncash
2018-05-30Merge pull request #7026 from lioncash/nameLéo Lam
2018-05-30JitAsmCommon: Make CommonAsmRoutinesBase a structLioncash
2018-05-30JitAsmCommon: Amend member variable names for CommonAsmRoutinesBaseLioncash
2018-05-30VolumeWii: Use ReadSwapped for retrieving the partition data size in CheckInt...Lioncash