From b78388e779844820e149d2d7b71f2e4da2004e9c Mon Sep 17 00:00:00 2001 From: strtoul <15055714+dimok789@users.noreply.github.com> Date: Mon, 23 Jan 2012 21:26:41 +0000 Subject: [PATCH] *fixed possible crash in grid layout *change default virtual pointer speed to 0.18 *added instruction invalidation of dol areas before starting them *corrected PAL60 system default video mode set *fixed loading titles when titles from wiitdb is OFF *removed buggy lz77 implementation and use the one known working *fix small scrollbar bug when having only 1 item *fix launch of dollz compressed dol files (thx FIX94) --- HBC/META.XML | 4 +- source/GUI/gui_gamegrid.cpp | 4 +- source/GUI/gui_scrollbar.cpp | 4 +- source/homebrewboot/BootHomebrew.cpp | 17 +++++-- source/menu/GameBrowseMenu.cpp | 18 +++---- source/patches/gamepatches.c | 1 + source/settings/CSettings.cpp | 2 +- source/themes/Resources.cpp | 6 ++- source/usbloader/disc.c | 6 ++- source/usbloader/wbfs/wbfs_fat.cpp | 75 +++++++++++++++------------- source/usbloader/wbfs/wbfs_fat.h | 3 ++ source/utils/uncompress.c | 56 +++------------------ 12 files changed, 85 insertions(+), 111 deletions(-) diff --git a/HBC/META.XML b/HBC/META.XML index 53b105ba..0fba5af1 100644 --- a/HBC/META.XML +++ b/HBC/META.XML @@ -2,8 +2,8 @@ USB Loader GX USB Loader GX Team - 2.3 r1148 - 201201081807 + 2.3 r1149 + 201201232120