Age | Commit message (Collapse) | Author |
|
Also gets rid of pointer data variants as this prevents the use of
the regular swapping routines as unary predicates in std lib functions.
They also cast to stricter alignment types, which is undefined behavior.
|
|
AudioCore: SDL2 Sink
|
|
|
|
|
|
This has been entirely superseded by MicroProfile. The rest of the code
can go when a simpler frametime/FPS meter is added to the GUI.
|
|
* Make Citra build with MICROPROFILE_ENABLED set to 0
* Buildfix with microprofile kept on
* moc did not like a dialog to conditionally exist.
* Cleanup
* Fix end of line
|
|
|
|
Fix various build errors encountered on Clang 3.9 on OS X
|
|
|
|
|
|
Fix driver root identification on Windows
|
|
|
|
Thread: Correct Common::Barrier implementation
|
|
IOFile: Minor API changes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also applies the template checks to ReadArray as well.
|
|
|
|
|
|
|
|
frd:u: Initial stub some functions
|
|
Common: Remove Common::make_unique, use std::make_unique
|
|
|
|
Fix filename&path encode problem on Windows
|
|
Dummy implementation dlp:SRVR Service.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
SuspendDaemons , ResumeDaemons , OverrideDefaultDaemons
The NDM file move to /core/hle/service/ndm/ now!
|
|
common: Minor changes to NonCopyable
|
|
|
|
|
|
|
|
emitter: constexpr/misc changes
|
|
|
|
|
|
This was removed in Dolphin as there were no particular uses for it.
I'm sure the same will apply to citra.
|
|
|
|
|