Hey u095538,
Download "SQLite Expert Personal" from http://www.sqliteexpert.com/download.html and install it.
Make a backup of the emulators DB file. Open the DB in the sqlite app and browse to the "Games" data, you should see the list of your games and their paths.
Click the "SQL" tab. Enter the following lines with the old/new paths:
UPDATE Games
SET path = REPLACE(path ,'C:\Oldpath','C:\Newpath')
Click the "Execute SQL" tab. You can check that the paths have changed using the data tab. Close the DB and your done.
Download "SQLite Expert Personal" from http://www.sqliteexpert.com/download.html and install it.
Make a backup of the emulators DB file. Open the DB in the sqlite app and browse to the "Games" data, you should see the list of your games and their paths.
Click the "SQL" tab. Enter the following lines with the old/new paths:
UPDATE Games
SET path = REPLACE(path ,'C:\Oldpath','C:\Newpath')
Click the "Execute SQL" tab. You can check that the paths have changed using the data tab. Close the DB and your done.