| Age | Commit message (Collapse) | Author |
|
|
|
|
|
* 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
|
|
|
|
|
|
loader can't be cached).
|
|
relative.
|
|
Preparation for a similar concept to Dolphin or PPSSPP. These can be JIT-ed and cached.
|
|
|
|
AudioCore: Move samples_per_frame and num_sources into hle/common.h
|
|
Externals: Add soundtouch
|
|
|
|
|
|
DSP Service: Cleanup
|
|
|
|
audio frame
|
|
|
|
|
|
|
|
Update the code of service y2r!
|
|
This had been forgotten in df81fa11fc8972a5775a57ccde1e0ef8d7fbfe64.
Fixes #1711.
|
|
Replace std::map with std::array for graphics event breakpoints
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This requires bumping up to a minimum of CMake 3.1. The benefit
of using the imported target is that you can switch to the -pthread
compiler flag on request, which may be necessary for some systems if
available.
|
|
the compiler to inline. Saves 1%+ in vertex heavy situations.
|
|
|
|
Fix various build errors encountered on Clang 3.9 on OS X
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Hardware Renderer Texture Forwarding
|
|
|
|
|
|
OpenGL: Implement color combiner Operation::Dot3_RGB
|
|
|
|
|