Bladeren bron

Initial gitra1n commit

master
ShyMemoriees 4 jaren geleden
bovenliggende
commit
ad1557842e
9 gewijzigde bestanden met toevoegingen van 3 en 3 verwijderingen
  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 Bestand weergeven


+ 3
- 3
Tweak/Tweak.x Bestand weergeven

@@ -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 Bestand weergeven


BIN
layout/Library/.DS_Store Bestand weergeven


BIN
layout/Library/Application Support/.DS_Store Bestand weergeven


BIN
layout/Library/Application Support/Tick/.DS_Store Bestand weergeven


layout/Library/Application Support/Tick/tick.caf → layout/Library/Tick/tick.caf Bestand weergeven


layout/Library/Application Support/Tick/tick2.caf → layout/Library/Tick/tick2.caf Bestand weergeven


layout/Library/Application Support/Tick/tick3.caf → layout/Library/Tick/tick3.caf Bestand weergeven


Laden…
Annuleren
Opslaan