dolphin/Source/Core
Lioncash 745f92b4e5 TransformUnit: Get rid of pointer casting in TransformColor() where applicable
The casts to u32* are technically undefined behavior. The u8* cast is
left, as char/unsigned char is exempted from this rule to allow for
bvtewise inspection of objects (and this is what s8/u8 are typedefs of
on platforms we support).
2017-08-06 19:04:31 -04:00
..
AudioCommon Remove CoreAudio audio backend 2017-06-29 16:53:20 -07:00
Common File: Make GetSize() a const member function 2017-08-06 07:57:43 -04:00
Core Merge pull request #5842 from TBoshoven/sdhc-support 2017-08-06 11:17:50 +08:00
DiscIO Filesystem: Declare FileInfo iterator's move constructor and assignment operator noexcept 2017-08-05 12:29:02 -04:00
DolphinNoGUI DolphinWX: Add a progress dialog host command 2017-07-30 12:38:48 +10:00
DolphinQt2 ElidedButton: Make constructor explicit 2017-08-06 17:31:29 -04:00
DolphinWX DolphinWX: Prevent Dolphin to be shutdown when closing cmd.exe 2017-08-04 18:35:02 +01:00
InputCommon Merge pull request #5809 from HannesMann/master 2017-08-02 12:36:35 +08:00
UICommon Config: Fix the loader Load() being called twice 2017-07-31 22:32:05 +08:00
VideoBackends TransformUnit: Get rid of pointer casting in TransformColor() where applicable 2017-08-06 19:04:31 -04:00
VideoCommon Video: Clearly separate Texture and EFB Copy formats 2017-08-03 18:35:29 -07:00
CMakeLists.txt