WIP
This commit is contained in:
		| @@ -340,9 +340,9 @@ ORDER BY Platform.`Name`;"; | ||||
|                 { | ||||
|                     FavouriteRomId = (long?)row["FavouriteRomId"]; | ||||
|                     FavouriteRomIsMediagroup = (bool)row["FavouriteRomIsMediaGroup"]; | ||||
|                     if (row["MostRecentRomName"] != System.DBNull.Value) | ||||
|                     if (row["FavouriteRomName"] != System.DBNull.Value) | ||||
|                     { | ||||
|                         FavouriteRomName = string.IsNullOrEmpty((string?)row["MostRecentRomName"]) ? "" : (string)row["MostRecentRomName"]; | ||||
|                         FavouriteRomName = string.IsNullOrEmpty((string?)row["FavouriteRomName"]) ? "" : (string)row["FavouriteRomName"]; | ||||
|                     } | ||||
|                 } | ||||
|  | ||||
|   | ||||
| @@ -18,9 +18,9 @@ | ||||
|   <ItemGroup> | ||||
|     <PackageReference Include="Asp.Versioning.Mvc" Version="8.1.0" /> | ||||
|     <PackageReference Include="Asp.Versioning.Mvc.ApiExplorer" Version="8.1.0" /> | ||||
|     <PackageReference Include="gaseous-signature-parser" Version="2.3.0" /> | ||||
|     <PackageReference Include="gaseous-signature-parser" Version="2.3.3" /> | ||||
|     <PackageReference Include="gaseous.IGDB" Version="1.0.2" /> | ||||
|     <PackageReference Include="hasheous-client" Version="1.2.3" /> | ||||
|     <PackageReference Include="hasheous-client" Version="1.2.4" /> | ||||
|     <PackageReference Include="Magick.NET-Q8-AnyCPU" Version="13.8.0" /> | ||||
|     <PackageReference Include="sharpcompress" Version="0.37.2" /> | ||||
|     <PackageReference Include="Squid-Box.SevenZipSharp" Version="1.6.2.24" /> | ||||
|   | ||||
| @@ -440,6 +440,7 @@ function LoadGamePlatforms() { | ||||
|                 platformItem.classList.add('platform_item_green'); | ||||
|  | ||||
|                 let launchLink = await BuildLaunchLink(platformData.emulatorConfiguration.emulatorType, platformData.emulatorConfiguration.core, platformData.id, Number(gameId), platformData.favouriteRomId, platformData.favouriteRomIsMediagroup, platformData.favouriteRomName); | ||||
|                 console.log(launchLink); | ||||
|  | ||||
|                 platformItem.addEventListener('click', () => { | ||||
|                     window.location.href = launchLink; | ||||
| @@ -453,6 +454,7 @@ function LoadGamePlatforms() { | ||||
|                 platformItem.classList.add('platform_item_green'); | ||||
|  | ||||
|                 let launchLink = await BuildLaunchLink(platformData.emulatorConfiguration.emulatorType, platformData.emulatorConfiguration.core, platformData.id, Number(gameId), platformData.lastPlayedRomId, platformData.lastPlayedRomIsMediagroup, platformData.lastPlayedRomName); | ||||
|                 console.log(launchLink); | ||||
|  | ||||
|                 platformItem.addEventListener('click', () => { | ||||
|                     window.location.href = launchLink; | ||||
|   | ||||
| @@ -2169,9 +2169,9 @@ button:not(.select2-selection__choice__remove):not(.select2-selection__clear):no | ||||
|     float: right; | ||||
| } | ||||
|  | ||||
| #rom_edit { | ||||
| /* #rom_edit { | ||||
|     padding: 10px; | ||||
| } | ||||
| } */ | ||||
|  | ||||
| #rom_edit_panel { | ||||
|     background-color: rgba(56, 56, 56, 0.3); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Michael Green
					Michael Green