summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-09-15Tests: Remove glad test OS X work-aroundYuri Kunde Schlesner
2018-09-13Merge pull request #1310 from lioncash/kernel-nsbunnei
2018-09-13Merge pull request #1309 from lioncash/nestedbunnei
2018-09-13Merge pull request #1307 from lioncash/plbunnei
2018-09-13kernel/thread: Include thread-related enums within the kernel namespaceLioncash
2018-09-13service: Use nested namespace specifiers where applicableLioncash
2018-09-13ipc: minor fixValentin Vanelslande
2018-09-12Use ARB_multi_bind for uniform buffers (#1287)ReinUsesLisp
2018-09-12services/pl_u: Add missing Korean font to the fallback case for shared fontsLioncash
2018-09-12Merge pull request #1298 from lioncash/viewbunnei
2018-09-12Merge pull request #1302 from lioncash/configbunnei
2018-09-12Merge pull request #1163 from FearlessTobi/add-audio-stretchingbunnei
2018-09-12gl_rasterizer_cache: B5G6R5U should use GL_RGB8 as an internal format.bunnei
2018-09-12Merge pull request #1297 from lioncash/plbunnei
2018-09-12Merge pull request #1263 from FernandoS27/tex-modebunnei
2018-09-12audio_core: Flush stream when not playing anythingMerryMage
2018-09-12Implemented Texture Processing ModesFernandoS27
2018-09-12Merge pull request #1303 from lioncash/errorbunnei
2018-09-12svc: Return ERR_INVALID_PROCESSOR_ID in CreateThread() if an invalid processo...Lioncash
2018-09-12kernel/errors: Correct error codes for invalid thread priority and invalid pr...Lioncash
2018-09-12svc: Do nothing if svcOutputDebugString() is given a length of zeroLioncash
2018-09-12svc: Correct parameter type for OutputDebugString()Lioncash
2018-09-12yuzu/configure_gamelist: Make combo box strings translatableLioncash
2018-09-12yuzu/configure_gamelist: Use std::array instead of std::vector for translatab...Lioncash
2018-09-12yuzu/configure_gamelist: Move combo box initializtion to their own functionsLioncash
2018-09-11Merge pull request #1296 from lioncash/prepobunnei
2018-09-11Merge pull request #1301 from lioncash/qtbunnei
2018-09-11Merge pull request #1300 from lioncash/audiobunnei
2018-09-11Merge pull request #1278 from tech4me/bg-color-fixbunnei
2018-09-11Merge pull request #1295 from bunnei/accurate-copiesbunnei
2018-09-11Merge pull request #1294 from degasus/optimizationsbunnei
2018-09-11gl_rasterizer_cache: Always blit on recreate, regardless of format.bunnei
2018-09-11game_list: Resolve variable shadowing within LoadCompatibilityList()Lioncash
2018-09-11game_list: Use QJsonValueRef() within LoadCompatibilityList()Lioncash
2018-09-11service/audio: Replace includes with forward declarations where applicableLioncash
2018-09-11audio_core/sink_details: Change std::string parameter into std::string_viewLioncash
2018-09-11pl_u: Eliminate mutable file-scope stateLioncash
2018-09-11service/prepo: Move class into the cpp fileLioncash
2018-09-11gl_shader_cache: Remove cache_width/cache_height.bunnei
2018-09-11gl_rasterizer: Use ARB_texture_storage.Markus Wick
2018-09-11Implemented LEA and PSETFernandoS27
2018-09-11Implemented encodings for LEA and PSETFernandoS27
2018-09-11Merge pull request #1291 from lioncash/defaultbunnei
2018-09-11Merge pull request #1292 from ogniK5377/renderdoc-fixbunnei
2018-09-11externals: Place font data within cpp filesLioncash
2018-09-10hle/service: Default constructors and destructors in the cpp file where appli...Lioncash
2018-09-11Fixed renderdoc input/output textures not working due to render targetsDavid Marcec
2018-09-10Use open-source shared fonts if no dumped file is available (#1269)Tobias
2018-09-10Port #4141 from citra: Joystick hotplug support (#1275)Tobias
2018-09-10Merge pull request #1286 from bunnei/multi-clearbunnei