laurent0977
Member
- Joined
- Sep 20, 2010
- Messages
- 103
Hi
Can you save game on mupen ? Or future ?
Lolo
Can you save game on mupen ? Or future ?
Lolo
But there isn't...or at least I do not undestand the format.kumaki. there is space to specify settings info in the notes on settings column.
I stand corrected. Looks like the .eep and .mpk save files have to be deleted before it will work if coming from a non-fixed version.Can you provide a savestate? Because I don't have freeze anymore. I use Rice (GLES2) Plugin and have the demo running fine and I can go ingame with no issue (just a few visual artefacts here and there).
It is only for Ghz Pandora (it is the driver version for the gpu)SGX Driver...no idea what the hell that is.
const int pluginNumber = 5; //rice rice es glide n642gles arachnoid
//start big outer loop
for(int pluginCounter = 0; pluginCounter < pluginNumber; pluginCounter++)
{
for(int currentPosY = 0; currentPosY < imageSizeY; currentPosY++)
{
for(int currentPosX = 0; currentPosX < imageSizeX; currentPosX++)
{
const int blocksize = 3;
int minimum = 1<<30; //around 1 billion
int tempBlockDifference = 0;
struct imageBlock softwareImageBlock;
struct imageBlock pluginImageBlock;
softwareImageBlock = getImageBlock(softwareImage,currentPosY,currentPosX);
//blocksize must a an uneven number
for(int a = -(int)(blocksize/2); a < (int)(blocksize/2); a++)
{
//same here with blocksize/2
for(int b = -(int)(blocksize/2); b < (int)(blocksize/2); b++)
{
pluginImageBlock = getImageBlock(pluginImageBlock,currentPosY+a,currentPosX+;
tempBlockDifference = getBlockDifference(softwareImageBlock,pluginImageBlock);
minimum = minimum > tempBlockDifference ? tempBlockDifference : minimum;
}
}
accuaryArray[pluginNumber][currentPosY][currentPosX] = minimum;
}
}
}
//end big outer loop
How would you check if a game is playable?We don't need frame-by-frame comparison to see if a game is playable
I have got both my USB to N64 controller adapter(adaptoid) and the Retrode2 with N64 adapter working fine with the latest Mupen..I have yet to get a USB analog stick working with this. Has anyone else had luck on this front?
About your crash:Ok, tried out the new Mupen for the first time and it crashed straight my pandora Completely, not so nice. So far I was only able to test StarFox shortly but it just crashed when tried training mode.
PLEASE add a proper config per game so I don''t have to try every possible plugin configuration to make a game work (this was my main concern by the way). Also, how can I lower the rtesolution, it's way to high for an CC Pandora, old mupen was able to render lower res (also an concern of me).
I really don't have time for going throufgh all configs. Is there a "save" plugin combination that does not crash the system? I have no clue about all of these plugins and settings, the old config worked fine.
Edit: glide plugin works for StarFox but still much slower than the old version. New Menu/launcher is confusing imho and I need touchscreen and controls to use it, VERY strange.