Picodrive-irixxxx as main picodrive version and volume notif centered
This commit is contained in:
parent
ff83118833
commit
21fe588593
|
@ -33,7 +33,7 @@ increase_volume() {
|
|||
fi
|
||||
|
||||
# Notif
|
||||
notif set ${NOTIF_DURATION} " VOLUME: ${new_volume}%%"
|
||||
notif set ${NOTIF_DURATION} " VOLUME: ${new_volume}%%"
|
||||
}
|
||||
|
||||
decrease_volume() {
|
||||
|
@ -53,7 +53,7 @@ decrease_volume() {
|
|||
fi
|
||||
|
||||
# Notif
|
||||
notif set ${NOTIF_DURATION} " VOLUME: ${new_volume}%%"
|
||||
notif set ${NOTIF_DURATION} " VOLUME: ${new_volume}%%"
|
||||
}
|
||||
|
||||
get_volume() {
|
||||
|
|
|
@ -4,9 +4,9 @@
|
|||
#
|
||||
################################################################################
|
||||
|
||||
PICODRIVE_VERSION = 74bc7cb
|
||||
PICODRIVE_VERSION = cf8a0e04
|
||||
PICODRIVE_SITE_METHOD = git
|
||||
PICODRIVE_SITE = https://github.com/FunKey-Project/picodrive.git
|
||||
PICODRIVE_SITE = https://github.com/FunKey-Project/picodrive-irixxxx.git
|
||||
PICODRIVE_LICENSE = MAME
|
||||
PICODRIVE_LICENSE_FILES = COPYING
|
||||
|
||||
|
|
Loading…
Reference in New Issue