Jazbur said:
			
		
	
	
		
		
			Having only recently got my Caanoo, this is a great pack to start you off.  However, I can't seem to find Ginge anywhere on my Caanoo.  I know that I need to run ginge before launching Temper but how do I run ginge as its not in any of the menus?  I have checked my memory card and its definitely there.  
Am I looking in the wrong place or being a bit thick (probably the latter)?
Any help would be greatly appreciated.
EDIT - Just had a browse again of the Ginge files and the .ini file says DO NOT DISPLAY.  So am I right in thinking that Ginge launches automatically now for apps/games that need it?
		
		
	 
Ginge is configured to start Temper (Wiz version) 
directly. It can be used as an example to start other emulators/games directly.
File : /game/temper_wiz.ini
	
	
	
		Code:
	
	
		[info]
name="Temper Wiz"
path="/temper_wiz/ginge_temper.gpe"
icon="/temper_wiz/_icon.png"
title="/temper_wiz/_title.png"
	 
 File : /game/temper_wiz/ginge_temper.gpe
	
	
	
		Code:
	
	
		#!/bin/sh
/mnt/sd/game/ginge/ginge_prep --nomenu ./temper.gpe
cd /usr/gp2x/
exec /usr/gp2x/gp2xmenu
	 
 If you want to see Ginge in your Game menu, just rename the file "ginge.ini.do_not_display" to "ginge.ini".