• Login
  • Register
  • Dolphin Forums
  • Home
  • FAQ
  • Download
  • Wiki
  • Code


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Emulator Discussion and Support › Development Discussion v
« Previous 1 ... 18 19 20 21 22 ... 117 Next »

Vulkan beta drivers 397.40 break Dolphin Vulkan backend
View New Posts | View Today's Posts

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
Vulkan beta drivers 397.40 break Dolphin Vulkan backend
05-21-2018, 09:24 PM (This post was last modified: 05-21-2018, 09:29 PM by mstreurman.)
#8
mstreurman Offline
Above and Beyond
*******
Posts: 1,239
Threads: 11
Joined: Nov 2015
(05-21-2018, 08:37 PM)Renazor Wrote: The driver uninstaller should always clean out such caches, but the users themselfs should also learn(about time) that convenience features don't come for free.

Therefore you need to keep cleaning shader cache more often, most obviously when reinstalling drivers or programs.

To make it easier you can use batch scripts on windows like this:



Code:
@echo off
echo.
echo.
echo ***** AMD DXCache Cleanup *****
echo.
echo.
set folder="C:\Users\USERNAME\AppData\Local\AMD\DxCache"
echo Selected folder is %folder% - press any key if ok
echo.
explorer %folder%
pause
echo.
cd /d %folder%
for /F "delims=" %%i in ('dir /b') do (rmdir "%%i" /s/q || del "%%i" /s/q)
echo.
timeout 5

Code:
@echo off
echo.
echo.
echo ***** AMD GLCache Cleanup *****
echo.
echo.
set folder="C:\Users\USERNAME\AppData\Local\AMD\GLCache"
echo Selected folder is %folder% - press any key if ok
echo.
explorer %folder%
pause
echo.
cd /d %folder%
for /F "delims=" %%i in ('dir /b') do (rmdir "%%i" /s/q || del "%%i" /s/q)
echo.
timeout 5

You really have no idea what you're talking about do you? You make posts that are uninformed basically claiming you reinvented the wheel to be better without understanding why choices have been made in the first place and have made issues on the bugtracker with a "solution" that is absolutely ludicrous. This "solution" is also one of the former and actually has absolutely nothing to do with the issue at hand, which was that DOLPHIN's shadercache was broken somehow. You are now developing "fixes" that are not needed at all, you know what you should do? Put that time into actually making Dolphin better by creating PR's with actual fixes to issues. That is way more useful.

And users do not have to learn anything, if something is unintuitive then it is a problem on the developers side, not the users side.
If something breaks because of updates, it is not the user's fault, it's the developer that made the update his fault.
Check my profile for up to date specs.
Find
Reply
« Next Oldest | Next Newest »


Messages In This Thread
Vulkan beta drivers 397.40 break Dolphin Vulkan backend - nbohr1more - 04-28-2018, 04:37 AM
RE: Vulkan beta drivers 397.40 break Dolphin Vulkan backend - Stenzek - 05-03-2018, 01:40 PM
RE: Vulkan beta drivers 397.40 break Dolphin Vulkan backend - nbohr1more - 05-04-2018, 02:44 PM
RE: Vulkan beta drivers 397.40 break Dolphin Vulkan backend - nbohr1more - 05-18-2018, 02:33 PM
RE: Vulkan beta drivers 397.40 break Dolphin Vulkan backend - Helios - 05-03-2018, 02:05 PM
RE: Vulkan beta drivers 397.40 break Dolphin Vulkan backend - Helios - 05-04-2018, 04:22 PM
RE: Vulkan beta drivers 397.40 break Dolphin Vulkan backend - Zexaron - 05-21-2018, 08:37 PM
RE: Vulkan beta drivers 397.40 break Dolphin Vulkan backend - mstreurman - 05-21-2018, 09:24 PM
RE: Vulkan beta drivers 397.40 break Dolphin Vulkan backend - Zexaron - 05-22-2018, 08:46 AM
RE: Vulkan beta drivers 397.40 break Dolphin Vulkan backend - mstreurman - 05-22-2018, 09:43 AM
RE: Vulkan beta drivers 397.40 break Dolphin Vulkan backend - Zexaron - 05-22-2018, 08:48 PM
RE: Vulkan beta drivers 397.40 break Dolphin Vulkan backend - mstreurman - 05-22-2018, 11:44 PM
RE: Vulkan beta drivers 397.40 break Dolphin Vulkan backend - Zexaron - 05-24-2018, 10:24 PM
RE: Vulkan beta drivers 397.40 break Dolphin Vulkan backend - mstreurman - 05-26-2018, 02:08 AM
RE: Vulkan beta drivers 397.40 break Dolphin Vulkan backend - mstreurman - 05-26-2018, 02:18 AM
RE: Vulkan beta drivers 397.40 break Dolphin Vulkan backend - Helios - 05-22-2018, 08:48 AM

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:


Users browsing this thread: 1 Guest(s)



Powered By MyBB | Theme by Fragma

Linear Mode
Threaded Mode