3.5-406 il y a 11 ans, 10 mois Remove the core count from the cpu info OSD message. It was often wrong and not rather important.
3.5-405 il y a 11 ans, 10 mois Use omp_get_num_procs to set the number of OpenMP threads rather than our core count detection.
3.5-404 il y a 11 ans, 10 mois Bulk send TCP data to the client with the emulated USB Gecko.
3.5-403 il y a 11 ans, 10 mois Added the ability to reverse the direction of the force feedback by allowing negative range values.
3.5-402 il y a 11 ans, 10 mois 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 il y a 11 ans, 10 mois Reduce some DI command delays. Fix DKCR hanging with DSP HLE. My other games continue to work.
3.5-400 il y a 11 ans, 10 mois Video_Software: Fix ZComploc option breaking stuff.
3.5-399 il y a 11 ans, 10 mois Video_Software: Fix the ZFreeze option doing nothing.
3.5-398 il y a 11 ans, 10 mois Video_Software: Toggable zfreeze and early_z support for testing.
3.5-397 il y a 11 ans, 10 mois Fix header guard and definitions not being set to 1
3.5-396 il y a 11 ans, 10 mois Add the option to turn on only the EGL interface to use desktop OpenGL with it.
3.5-395 il y a 11 ans, 10 mois Change the ugly "no banner" banner to the sexy "X" from the website.
3.5-394 il y a 11 ans, 10 mois Fix a crash in the FifoPlayer dialog.
3.5-393 il y a 11 ans, 10 mois Use different reply delays for various DI commands. Fixes issue 5983.
3.5-392 il y a 11 ans, 10 mois Revert "[bugfix] DX9::TextureCache: Use max_lod instead of min_lod where necessary."
3.5-391 il y a 11 ans, 10 mois Merge branch 'mipmap_fixes'.
3.5-383 il y a 11 ans, 10 mois Fix some potential issues when blending on EFB formats without alpha. Clean up state transition tables.
3.5-382 il y a 11 ans, 10 mois Disable play and record buttons if an iso was selected, but is later deselected.
3.5-381 il y a 11 ans, 10 mois Disable start/play recording buttons when no iso is selected.
3.5-380 il y a 11 ans, 10 mois Only delay DI and fs IPC replies. Fixes issue 5982.