This version of USB Loader GX supersedes the SourceForge version, which was last updated in 2019.
Go to file
ardi@ist-einmalig.de 0b9f15319f i have the coment of the last commit forgotten.
here is it:
* added a search-function
* added a new GuiImage type GuiImageAsync
  This Type is initialized with an Image-Path and a GuiImageDate as preloaded Img.
  The preloaded image shown immediately during a thread loads the image from path.
* rewrite the GameGrid and the GameCarousel to use the new GuiImageAsync
* remove dimoks buffer stuff
* remove the gray-Icons and use dimoks SetGreyscale() to build this icons on the fly
* added an own Path for 2D-Covers
  set in GXGlobal.cfg cover2d_path=PathTo2DCovers
  default is $(cover_path)/2D/
* added in menu.cpp/menu.h a new function
  GuiImageData *LoadCoverImage(struct discHdr *header, bool Prefere3D=true, bool noCover=true);
  if Prefere3D==true first search in cover_path. Is it false then first search in cover2d_path
  if noCover==true and found no image then loads noimage.png or noimage2d.png or its builtin variants
  if noCover==false and found no image returns a NULL-Pointer
  Prefered3D is set for GameList & GameCarousel. For GameGrid is Prefered3D=false (2D is prefered)
* Toolbar-Icons: the selected Icon draws alwas ontop
* remove compiler-warnings in wad.cpp
* added own icon-positions for gamelist,gamegrid and gamecarousel in THEME.Settings
  gamelist_..._x/gamelist_..._y,gamegrid_..._x/gamegrid_..._y and gamecarousel_..._x/gamecarousel_..._y
  ... = favorite, abc, count and so on;
  The old settings (favorite_x, favorite_y, abc_x and so on) are obsolete
  and should no longer be used in future.
* and more
2009-09-27 18:26:17 +00:00
data now if the name of installed channels is not in the database.txt, we try to fine it from inside the channel itself. 2009-07-30 02:54:08 +00:00
gettext-bin change the handling of language-files. now use GNU gettext.(i hope, i have no file forgotten) 2009-06-23 18:59:28 +00:00
HBC Change our meta.xml so it fix on the homebrew prompt better. 2009-07-27 09:43:48 +00:00
Languages 2009-09-27 18:19:53 +00:00
source 2009-09-27 18:19:53 +00:00
gui.pnproj 2009-09-26 17:15:09 +00:00
gui.pnps 2009-09-26 17:15:09 +00:00
Makefile i have the coment of the last commit forgotten. 2009-09-27 18:26:17 +00:00
svnrev.sh *Small fix. The Menu i did didnt show up lol. 2009-07-31 21:16:02 +00:00