- May 03, 2016
-
-
Jannik Vogel authored
-
bunnei authored
Pica: Replace logic in shader.cpp with loop
-
- May 02, 2016
-
-
Jannik Vogel authored
-
bunnei authored
add config block 0x00170000; remove duplicated content
-
- May 01, 2016
-
-
bunnei authored
Fix video_core includes (and dependencies) using include-what-you-use
-
bunnei authored
OpenGL: Copy TevStageConfig using a loop. Fixes bug: const_color not copied
-
Jannik Vogel authored
-
wwylele authored
-
- Apr 30, 2016
-
-
Jannik Vogel authored
-
Emmanuel Gil Peyrot authored
-
Emmanuel Gil Peyrot authored
-
linkmauve authored
Remove TGA dumper
-
bunnei authored
Audio Config: Implement null sink and implement sink configuration
-
Jannik Vogel authored
-
MerryMage authored
-
MerryMage authored
-
MerryMage authored
-
bunnei authored
Update the stub code of NDM service!
-
bunnei authored
ac:u: stub CloseAsync; align memory size in svc:GetProcessInfo(type=2)
-
bunnei authored
gsp::Gpu: implement AcquireRight, ReleaseRight functions
-
- Apr 29, 2016
-
-
bunnei authored
AudioCore: CurrentRegion() -> ReadRegion(), WriteRegion()
-
MerryMage authored
-
bunnei authored
AudioCore: Implement interpolation
-
bunnei authored
* Remove late accesses to attribute_config * Refactor: Extract VertexLoader from command_processor.cpp. Preparation for a similar concept to Dolphin or PPSSPP. These can be JIT-ed and cached. * Move "&" to their proper place, add missing includes and make some properly relative. * Don't keep base_address in the loader, it doesn't belong there (with it, the loader can't be cached). * Optimize the vertex loader, nearly doubling its speed. * Debugger fix * Move and rename the MemoryAccesses class to MemoryAccessTracker.
-
wwylele authored
-
Yuri Kunde Schlesner authored
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.
-
MerryMage authored
-
Henrik Rydgard authored
-
Henrik Rydgård authored
* 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
-
- Apr 28, 2016
-
-
Henrik Rydgard authored
-
Henrik Rydgard authored
-
Henrik Rydgard authored
Don't keep base_address in the loader, it doesn't belong there (with it, the loader can't be cached).
-
Henrik Rydgard authored
-
Henrik Rydgard authored
Preparation for a similar concept to Dolphin or PPSSPP. These can be JIT-ed and cached.
-
Henrik Rydgard authored
-
bunnei authored
AudioCore: Move samples_per_frame and num_sources into hle/common.h
-
bunnei authored
Externals: Add soundtouch
-
MerryMage authored
-
MerryMage authored
-
- Apr 27, 2016
-
-
bunnei authored
DSP Service: Cleanup
-