From f307f60c0017770ec3198caa490daaa97fb8e1c4 Mon Sep 17 00:00:00 2001 From: strtoul <15055714+dimok789@users.noreply.github.com> Date: Sun, 13 Nov 2011 09:09:27 +0000 Subject: [PATCH] *Added banner sounds for channels (emu and real nand) *few cleanups --- HBC/META.XML | 4 +- source/Channels/chan_stub.s | 18 + source/Channels/channels.cpp | 673 ++++++++++++++++++++++++ source/Channels/channels.h | 61 +++ source/FileOperations/fileops.cpp | 4 +- source/FileOperations/fileops.h | 4 +- source/GUI/gui_imagedata.cpp | 2 +- source/ImageOperations/TplImage.cpp | 2 +- source/SoundOperations/gui_sound.cpp | 2 +- source/banner/OpeningBNR.cpp | 37 +- source/banner/OpeningBNR.hpp | 2 + source/homebrewboot/BootHomebrew.cpp | 21 +- source/homebrewboot/HomebrewBrowser.cpp | 2 +- source/prompts/GameWindow.cpp | 15 +- source/prompts/GameWindow.hpp | 3 +- source/themes/Resources.cpp | 2 +- source/themes/ThemeMenu.cpp | 2 +- source/usbloader/GameBooter.cpp | 4 +- source/usbloader/disc.h | 5 +- 19 files changed, 824 insertions(+), 39 deletions(-) create mode 100755 source/Channels/chan_stub.s create mode 100755 source/Channels/channels.cpp create mode 100755 source/Channels/channels.h diff --git a/HBC/META.XML b/HBC/META.XML index 27961106..5e3e8034 100644 --- a/HBC/META.XML +++ b/HBC/META.XML @@ -2,8 +2,8 @@ USB Loader GX USB Loader GX Team - 2.3 r1128 - 201111112324 + 2.3 r1129 + 201111121818