|
||||
|
[BAD] ancora più lento della versione 0.2 senza audio (per problemi della pspsdk e di cambiamenti interni al cuore di emulazione).
Cosa significa esattamente,che rallenta se disattivi il suono o che è più lento della 0.2 in generale?
__________________
Playstation 2 SCPH-77004 Mod.Prodigy Xbox 360 No mod Psp Fw.3.40 OE Wii no mod Nintendo 64-Snes-Gba-etc... Ex-Console:PSX-Ps2 V3+02 mod-Gamecube |
|
||||
|
BUG CONOSCIUTI:
Codice:
--- s9xTYL-src-0.4\psp\menu.c Sun May 07 23:10:03 2006
+++ s9xTYL-src-0.4\psp\menu.c Mon May 08 18:07:36 2006
@@ -2082,6 +2082,12 @@
if (new_pad&PSP_CTRL_DOWN) {
if (state_slot<5) state_slot+=5;
}
+ if (new_pad & PSP_CTRL_SELECT) {
+ if (os9x_menumusic) {
+ menu_stopmusic();
+ menu_startmusic();
+ }
+ }
if (new_pad&PSP_CTRL_CIRCLE) {
if (slot_occupied_[state_slot]) {
slot_occupied=1;
@@ -2257,6 +2263,12 @@
if (new_pad&PSP_CTRL_DOWN) {
if (state_slot<5) state_slot+=5;
}
+ if (new_pad & PSP_CTRL_SELECT) {
+ if (os9x_menumusic) {
+ menu_stopmusic();
+ menu_startmusic();
+ }
+ }
if (new_pad&PSP_CTRL_CIRCLE) {
slot_occupied=slot_occupied_[state_slot];
if (savestate()) {
@@ -2429,6 +2441,12 @@
if (new_pad&PSP_CTRL_DOWN) {
if (state_slot<5) state_slot+=5;
}
+ if (new_pad & PSP_CTRL_SELECT) {
+ if (os9x_menumusic) {
+ menu_stopmusic();
+ menu_startmusic();
+ }
+ }
if (new_pad&PSP_CTRL_CIRCLE) {
slot_occupied=slot_occupied_[state_slot];
if (deletestate()) {
|