Umip check for HogwartsLegacy

This commit is contained in:
Htylol 2025-01-27 13:18:47 +05:00
parent d91580f18e
commit 54be04a474

@ -3,6 +3,7 @@
#HogwartsLegacy.exe #HogwartsLegacy.exe
#Rating=1-5 #Rating=1-5
#####################examples########################### #####################examples###########################
if [[ $(cat /proc/cpuinfo | grep umip) ]] ; then
if [[ "$LANGUAGE" == "ru" ]] ; then if [[ "$LANGUAGE" == "ru" ]] ; then
export PW_COMMENT_DB="Если у вас игра не запускается, то необходимо добавить export PW_COMMENT_DB="Если у вас игра не запускается, то необходимо добавить
clearcpuid=514 в раздел GRUB_CMDLINE_LINUX_DEFAULT clearcpuid=514 в раздел GRUB_CMDLINE_LINUX_DEFAULT
@ -14,5 +15,6 @@ clearcpuid=514 to the GRUB_CMDLINE_LINUX_DEFAULT section
in the /etc/default/grub file. To simplify things, you can use in the /etc/default/grub file. To simplify things, you can use
Grub Customizer utility" Grub Customizer utility"
fi fi
fi
export PW_VULKAN_USE="2" export PW_VULKAN_USE="2"