| Age | Commit message (Collapse) | Author | 
|---|
|  | 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. | 
|  |  | 
|  |  | 
|  |  | 
|  | The gl rasterizer already uses alignas,
so we may as well move everything over. | 
|  | DiskDirectory: Initialize the directory member with valid info. | 
|  | x64 Emitter: Fix L bit in VEX prefix | 
|  |  | 
|  |  | 
|  | This commit:
* Adds a new subproject, audio_core.
* Defines structures that exist in DSP shared memory.
* Hooks up various other parts of the emulator into audio core.
This sets the foundation for a later HLE DSP implementation. |