Skip to content

Commit

Permalink
Change mangohud mode
Browse files Browse the repository at this point in the history
Update lwrap CI
Remove DB Blade Assault
Create GE-Proton repo
Create mangohud repo
  • Loading branch information
VHSgunzo committed Apr 11, 2023
1 parent 5604b8e commit adf88e4
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 63 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'Submodule Notify Parent'
name: 'Update lwrap'

on:
push:
Expand All @@ -9,7 +9,7 @@ on:

jobs:
notify:
name: 'Submodule Notify Parent'
name: 'Update lwrap'
runs-on: ubuntu-latest

defaults:
Expand Down
4 changes: 2 additions & 2 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: VHSgunzo <vhsgunzo.github.io>
pkgname='lutris-wine-git'
pkgver='0.76.9'
pkgver='0.77.1'
pkgrel='1'
pkgdesc='Easy launch of your Windows applications and games with Wine/Proton'
arch=('x86_64')
Expand All @@ -9,7 +9,7 @@ license=('MIT')
depends=('aria2' 'qt5-tools' 'xterm' 'xorg-fonts-100dpi' 'xorg-fonts-75dpi'
'xorg-fonts-cyrillic' 'xorg-fonts-type1' 'xorg-fonts-misc' 'cabextract'
'perl' 'unzip' 'xorg-xmessage' 'zenity' 'yad' 'xkb-switch' 'imagemagick'
'icoutils' 'lib32-mangohud' 'lib32-vkbasalt' 'mangohud' 'mangohud-common'
'icoutils' 'lib32-vkbasalt' 'mangohud-lw-git'
'vkbasalt' 'gamemode' 'lib32-gamemode' 'giflib' 'lib32-giflib' 'libpng'
'lib32-libpng' 'libldap' 'lib32-libldap' 'gnutls' 'lib32-gnutls'
'mpg123' 'lib32-mpg123' 'openal' 'lib32-openal' 'v4l-utils' 'lib32-v4l-utils'
Expand Down
3 changes: 0 additions & 3 deletions db/BladeAssault.lwdb

This file was deleted.

20 changes: 0 additions & 20 deletions ge-proton/PKGBUILD

This file was deleted.

11 changes: 6 additions & 5 deletions lutris-wine
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

export LW_VERSION="0.76.9"
export LW_VERSION="0.77.1"
export LW_DEVELOPERS="VHSgunzo"

export RED='\033[1;91m'
Expand Down Expand Up @@ -3952,12 +3952,13 @@ check_mangohud() {
then
if is_exe_exist mangohud
then
if [ "$WINED3D" != 1 ]
if [ "$WINED3D" == 1 ]
then
export RUN_MANGOHUD="mangohud"
else
print_info "MANGOHUD in OpenGL mode!"
export RUN_MANGOHUD="mangohud --dlsym"
else
export MANGOHUD=1
unset RUN_MANGOHUD
fi
if [[ ! -n "$MANGOHUDCFG" && "$MANGOHUD_USER_CONF" != 1 ]]
then
Expand All @@ -3982,7 +3983,7 @@ check_fps_limit() {
[ -n "$1" ] && export FPS_LIMIT="$1"
if [[ -n "$FPS_LIMIT" && "$FPS_LIMIT" != 0 ]]
then
if [[ "$MANGOHUD_USER_CONF" != 1 && "$DISABLE_MANGOHUD" != 1 && -n "$RUN_MANGOHUD" ]]
if [[ "$MANGOHUD_USER_CONF" != 1 && "$DISABLE_MANGOHUD" != 1 ]] && [[ -n "$RUN_MANGOHUD" || "$MANGOHUD" == 1 ]]
then
add_fps_limit="toggle_fps_limit=Shift_L+F1,fps_limit=$FPS_LIMIT+0"
if [ -n "$MANGOHUDCFG" ]
Expand Down
2 changes: 1 addition & 1 deletion lwrap/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: VHSgunzo <vhsgunzo.github.io>
pkgname='lwrap'
gitrepo='lutris-wine'
pkgver='0.76.9'
pkgver='0.77.1'
pkgrel='1'
pkgdesc='Lutris Wine wrapper for Runimage container'
arch=('x86_64')
Expand Down
30 changes: 0 additions & 30 deletions lwrap/PKGBUILD_git

This file was deleted.

0 comments on commit adf88e4

Please sign in to comment.