Kaynağa Gözat

Initial gitra1n commit

master
ShyMemoriees 4 yıl önce
ebeveyn
işleme
ad1557842e
9 değiştirilmiş dosya ile 3 ekleme ve 3 silme
  1. BIN
      .DS_Store
  2. +3
    -3
      Tweak/Tweak.x
  3. BIN
      layout/.DS_Store
  4. BIN
      layout/Library/.DS_Store
  5. BIN
      layout/Library/Application Support/.DS_Store
  6. BIN
      layout/Library/Application Support/Tick/.DS_Store
  7. +0
    -0
      layout/Library/Tick/tick.caf
  8. +0
    -0
      layout/Library/Tick/tick2.caf
  9. +0
    -0
      layout/Library/Tick/tick3.caf

BIN
.DS_Store Dosyayı Görüntüle


+ 3
- 3
Tweak/Tweak.x Dosyayı Görüntüle

@@ -8,13 +8,13 @@ void playSound() {
AudioServicesDisposeSystemSoundID(sound);

if (loudness == 0) {
AudioServicesCreateSystemSoundID((CFURLRef) CFBridgingRetain([NSURL fileURLWithPath:@"/Library/Application Support/Tick/tick.caf"]), &sound);
AudioServicesCreateSystemSoundID((CFURLRef) CFBridgingRetain([NSURL fileURLWithPath:@"/Library/Tick/tick.caf"]), &sound);

} else if (loudness == 1) {
AudioServicesCreateSystemSoundID((CFURLRef) CFBridgingRetain([NSURL fileURLWithPath:@"/Library/Application Support/Tick/tick2.caf"]), &sound);
AudioServicesCreateSystemSoundID((CFURLRef) CFBridgingRetain([NSURL fileURLWithPath:@"/Library/Tick/tick2.caf"]), &sound);
} else if (loudness == 2) {
AudioServicesCreateSystemSoundID((CFURLRef) CFBridgingRetain([NSURL fileURLWithPath:@"/Library/Application Support/Tick/tick3.caf"]), &sound);
AudioServicesCreateSystemSoundID((CFURLRef) CFBridgingRetain([NSURL fileURLWithPath:@"/Library/Tick/tick3.caf"]), &sound);

}


BIN
layout/.DS_Store Dosyayı Görüntüle


BIN
layout/Library/.DS_Store Dosyayı Görüntüle


BIN
layout/Library/Application Support/.DS_Store Dosyayı Görüntüle


BIN
layout/Library/Application Support/Tick/.DS_Store Dosyayı Görüntüle


layout/Library/Application Support/Tick/tick.caf → layout/Library/Tick/tick.caf Dosyayı Görüntüle


layout/Library/Application Support/Tick/tick2.caf → layout/Library/Tick/tick2.caf Dosyayı Görüntüle


layout/Library/Application Support/Tick/tick3.caf → layout/Library/Tick/tick3.caf Dosyayı Görüntüle


Yükleniyor…
İptal
Kaydet