dolphin/Source/Core/Core/Boot
Lioncash ffcf107dd2 PowerPC: Make the PowerPCState's msr member variable a UReg_MSR instance
Gets rid of the need to construct UReg_MSR values around the the actual
member in order to query information from it (without using shifts and
masks). This makes it more concise in some areas, while helping with
readability in some other places (such as copying the ILE bit to the LE
bit in the exception checking functions).
2018-05-05 17:59:30 -04:00
..
Boot_BS2Emu.cpp PowerPC: Make the PowerPCState's msr member variable a UReg_MSR instance 2018-05-05 17:59:30 -04:00
Boot_WiiWAD.cpp Boot_WiiWAD: Remove a timing issue workaround 2018-04-08 11:23:18 +02:00
Boot.cpp PowerPC: Make the PowerPCState's msr member variable a UReg_MSR instance 2018-05-05 17:59:30 -04:00
Boot.h Optionally delete savestate that gets loaded at boot 2017-12-28 23:15:48 +01:00
DolReader.cpp Turn VolumeDirectory into DirectoryBlob 2017-08-01 11:36:40 +02:00
DolReader.h Reformat all the things! 2018-04-12 21:28:39 +02:00
ElfReader.cpp Turn VolumeDirectory into DirectoryBlob 2017-08-01 11:36:40 +02:00
ElfReader.h Reformat all the things! 2018-04-12 21:28:39 +02:00
ElfTypes.h specify custom brace style to fix unions 2017-01-05 12:55:13 +01:00