Age | Commit message (Collapse) | Author |
|
|
|
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
|
|
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
|
|
|
|
|
|
Fix driver root identification on Windows
|
|
SOC:U GetSockOpt/SetSockOpt
|
|
Rasterizer: Allow all blend factors for alpha blend-func
|
|
|
|
|
|
loader: only decompress code section
|
|
Configure Dialog: Remove minimumSize property
|
|
|