- Aug 15, 2018
- 
- 
Lioncash authoredAllows querying the inverse of IsDomain() to make things more readable. This will likely also be usable in the event of implementing ConvertDomainToSession(). 
- 
bunnei authoredemu_window: Ensure WindowConfig members are always initialized 
- 
bunnei authoredloader: Remove address mapping remnants from citra 
- 
bunnei authoredkernel/svc: Log svcBreak parameters 
- 
bunnei authoredcommon/xbyak_abi: Mark defined functions in header as inline 
- 
bunnei authoredImplement Z16 in PixelFormatFromTextureFormat function 
- 
greggameplayer authoredRequire by Zelda Breath Of The Wild 
- 
bunnei authoredcommon/misc: use windows.h 
- 
bunnei authoredmm_u: Move interface class into the cpp file 
- 
bunnei authoredCMakeLists: Add architecture detection for AArch64 
- 
Lioncash authoredThese mappings are leftovers from citra and don't apply to the Switch. 
- 
Lioncash authoredGiven if we hit here all is lost, we should probably be logging the break reason code and associated information to distinguish between the causes. 
- 
bunnei authoredcommon: Remove unused old breakpoint source files 
 
- 
- Aug 14, 2018
- 
- 
Lioncash authoredPreviously we weren't always initializing all members of the struct. Prevents potentially wonky behavior from occurring. 
- 
Lioncash authoredWe already have an equivalent in place for the 32-bit ARM architecture, so we should also have one for the newer 64-bit ARM architecture as well. 
- 
Lioncash authoredAvoids potential One Definition Rule violations when these are used in the future. 
- 
Lioncash authored
- 
Lioncash authoredThese currently aren't used and contain commented out source code that corresponds to Dolphin's JIT. Given our CPU code is organized quite differently, we shouldn't be keeping this around (at the moment it just adds to compile times marginally). 
- 
bunnei authoredaudout_u: Correct IAudioOut initializer list order 
- 
bunnei authoredFix BC7U 
- 
bunnei authoredrenderer_opengl: Implement RenderTargetFormat::RGBA16_UNORM. 
- 
James Rowe authoredlogging/backend: Use const reference to refer to log filter 
- 
Lioncash authoredThe filter is returned via const reference, so this was making a pointless copy of the entire filter every time a message was being pushed into the logger instance. 
- 
greggameplayer authored
 
- 
- Aug 13, 2018
- 
- 
Mat M authoredAdded missing channel devices 
- 
Lioncash authoredEnsures both variants go through the same interface, and while we're at it, add Finalize to provide the inverse of Initialize for consistency. 
- 
Lioncash authoredNow if changes are ever made to the behavior of the class, it doesn't involve rebuilding everything that includes the mm_u header. 
- 
Lioncash authoredOrders elements in the precise order they'll be initialized. 
- 
bunnei authored- Used by Breath of the Wild. 
- 
Zhu PengFei authoredlinux-mingw does not really like this. 
- 
bunnei authoredImplement RG32UI and R32UI 
- 
bunnei authoredaudio_core: Interpolate 
- 
bunnei authoredarm_dynarmic: Remove IsExecuting check from PrepareReschedule 
- 
Mat M authoredmaxwell_to_gl: Implement VertexAttribute::Size::Size_8. 
- 
MerryMage authoredNo longer required. HaltExecution is a no-op if it is not currently executing. 
- 
David Marcec authoredNeeded for xenoblade 
- 
MerryMage authored
- 
MerryMage authored
- 
MerryMage authored
- 
bunnei authoredvfs: Use sanitized paths within MoveFile() and MoveDirectory() 
 
-