3.5-409 πριν από 11 χρόνια, 10 μήνες Change some CNANDContentLoader logic to what was probably intended. Kills some warn logs when opening Dolphin.
3.5-408 πριν από 11 χρόνια, 10 μήνες Let's not CreateDir an empty string every time CreateFullPath is used, logging an error every time.
3.5-407 πριν από 11 χρόνια, 10 μήνες Fix a memleak. Probably/maybe improve USBGecko performance.
3.5-406 πριν από 11 χρόνια, 10 μήνες Remove the core count from the cpu info OSD message. It was often wrong and not rather important.
3.5-405 πριν από 11 χρόνια, 10 μήνες Use omp_get_num_procs to set the number of OpenMP threads rather than our core count detection.
3.5-404 πριν από 11 χρόνια, 10 μήνες Bulk send TCP data to the client with the emulated USB Gecko.
3.5-403 πριν από 11 χρόνια, 10 μήνες Added the ability to reverse the direction of the force feedback by allowing negative range values.
3.5-402 πριν από 11 χρόνια, 10 μήνες Changes/cleanup to TextureCache::Load and other mipmap related code. The significant change is what is now line 520 of TextureCacheBase.cpp: ((std::max(mipWidth, bsw) * std::max(mipHeight, bsh) * bsde...
3.5-401 πριν από 11 χρόνια, 10 μήνες Reduce some DI command delays. Fix DKCR hanging with DSP HLE. My other games continue to work.
3.5-400 πριν από 11 χρόνια, 10 μήνες Video_Software: Fix ZComploc option breaking stuff.
3.5-399 πριν από 11 χρόνια, 10 μήνες Video_Software: Fix the ZFreeze option doing nothing.
3.5-398 πριν από 11 χρόνια, 10 μήνες Video_Software: Toggable zfreeze and early_z support for testing.
3.5-397 πριν από 11 χρόνια, 10 μήνες Fix header guard and definitions not being set to 1
3.5-396 πριν από 11 χρόνια, 10 μήνες Add the option to turn on only the EGL interface to use desktop OpenGL with it.
3.5-395 πριν από 11 χρόνια, 10 μήνες Change the ugly "no banner" banner to the sexy "X" from the website.
3.5-394 πριν από 11 χρόνια, 10 μήνες Fix a crash in the FifoPlayer dialog.
3.5-393 πριν από 11 χρόνια, 10 μήνες Use different reply delays for various DI commands. Fixes issue 5983.
3.5-392 πριν από 11 χρόνια, 10 μήνες Revert "[bugfix] DX9::TextureCache: Use max_lod instead of min_lod where necessary."
3.5-391 πριν από 11 χρόνια, 10 μήνες Merge branch 'mipmap_fixes'.
3.5-383 πριν από 11 χρόνια, 10 μήνες Fix some potential issues when blending on EFB formats without alpha. Clean up state transition tables.