Hacking can someone compile latest ppsspp UWP

dominater01

Well-Known Member
OP
Member
Joined
Mar 13, 2009
Messages
1,278
Trophies
1
Age
33
XP
2,894
Country
United States
im home now so i can finally test the emulator, we'll see if anything is different

im gonna use the old one its practically the same thing anyways
 
Last edited by dominater01,

b33tlejuice

Active Member
Newcomer
Joined
Apr 17, 2018
Messages
26
Trophies
0
Age
38
XP
80
Country
United States
Im stil tryin to tackle the b button issue. Uwp and xbox have this odd habit that binds b to escape. Ive managed to free the keydown event but the keyup event is still triggering for some reason.....
 

dominater01

Well-Known Member
OP
Member
Joined
Mar 13, 2009
Messages
1,278
Trophies
1
Age
33
XP
2,894
Country
United States
does this have anything to help? @b33tlejuice

https://github.com/Scirra/Construct-3-bugs/issues/942

HANDLING BACK BUTTON
By default the Xbox system treats the B button on the gamepad as a "go back" command, which can exit the app. This can be awkward if your game needs to use this button as input.

To avoid the B button going back, add the Browser plugin to your project and add an empty event with the On back button pressed trigger. This event does not need any actions; if Construct sees an event for the trigger, it will block the default behavior of that action, which will stop the B button going back.

also the reply you got here

https://github.com/hrydgard/ppsspp/issues/10948
 
Last edited by dominater01,
  • Like
Reactions: Darksabre72

b33tlejuice

Active Member
Newcomer
Joined
Apr 17, 2018
Messages
26
Trophies
0
Age
38
XP
80
Country
United States
Thats how ive managed to get the keydown event handled. Still tinkerin w it seein if I cant get the keyup to stop too.
 

dominater01

Well-Known Member
OP
Member
Joined
Mar 13, 2009
Messages
1,278
Trophies
1
Age
33
XP
2,894
Country
United States
maybe?

https://docs.microsoft.com/en-us/windows/uwp/design/devices/designing-for-tv

*When neither the KeyDown nor KeyUp events for the B button are handled by the app, the SystemNavigationManager.BackRequested event will be fired, which should result in back navigation within the app. However, you have to implement this yourself, as in the following code snippet:

// This code goes in the MainPage class

public MainPage()
{
this.InitializeComponent();

// Handling Page Back navigation behaviors
SystemNavigationManager.GetForCurrentView().BackRequested +=
SystemNavigationManager_BackRequested;
}

private void SystemNavigationManager_BackRequested(
object sender,
BackRequestedEventArgs e)
{
if (!e.Handled)
{
e.Handled = this.BackRequested();
}
}

public Frame AppFrame { get { return this.Frame; } }

private bool BackRequested()
{
// Get a hold of the current frame so that we can inspect the app back stack
if (this.AppFrame == null)
return false;

// Check to see if this is the top-most page on the app back stack
if (this.AppFrame.CanGoBack)
{
// If not, set the event to handled and go back to the previous page in the
// app.
this.AppFrame.GoBack();
return true;
}
return false;
}

Note

If the B button is used to go back, then don't show a back button in the UI. If you're using a Navigation view, the back button will be hidden automatically. For more information about backwards navigation, see Navigation history and backwards navigation for UWP apps.
 
Last edited by dominater01,

b33tlejuice

Active Member
Newcomer
Joined
Apr 17, 2018
Messages
26
Trophies
0
Age
38
XP
80
Country
United States
welcome back

@kingtut said he was telling you how to fix it did he not?

I tried what he told me and still had the b button issue. It solved it for keydown but keyup still caused a pause (save state screen) wrote a void keyup trigger and still the issue persisted. Played with all the options i could think relating to this and i failed horribly, happy someone fixed what i couldnt though, just wish i could find out how....

sup dude there was a lot going on since you were gone

Ive noticed the new ppsspp build for uwp, anything else interesting worth noting?
 
Last edited by b33tlejuice,
  • Like
Reactions: Darksabre72

Darksabre72

Blue Falcon
Member
Joined
Nov 26, 2016
Messages
652
Trophies
0
XP
1,865
Country
United States
I tried what he told me and still had the b button issue. It solved it for keydown but keyup still caused a pause (save state screen) wrote a void keyup trigger and still the issue persisted. Played with all the options i could think relating to this and i failed horribly, happy someone fixed what i couldnt though, just wish i could find out how....



Ive noticed the new ppsspp build for uwp, anything else interesting worth noting?
the ppsspp, sonic continuum is back, etc. just check on the xbox one threads
 
Last edited by Darksabre72,

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • SylverReZ @ SylverReZ:
    @Sonic Angel Knight, Is that SAK I see. :ninja:
  • BigOnYa @ BigOnYa:
    What a weird game
  • K3Nv2 @ K3Nv2:
    Yeah I wanted to see shards of the titanic
  • BigOnYa @ BigOnYa:
    I kept thinking jaws was gonna come up and attack
  • K3Nv2 @ K3Nv2:
    Jaws is on a diet
  • K3Nv2 @ K3Nv2:
    Damn power went out
  • BigOnYa @ BigOnYa:
    Ok xdqwerty, your little bro prob tripped On the cord and unplugged you
  • K3Nv2 @ K3Nv2:
    Ya I'm afraid of the dark hug me
  • BigOnYa @ BigOnYa:
    Grab and hold close your AncientBoi doll.
  • K3Nv2 @ K3Nv2:
    Damn didn't charge my external battery either
  • BigOnYa @ BigOnYa:
    Take the batteries out of your SuperStabber3000... Or is it gas powered?
  • K3Nv2 @ K3Nv2:
    I stole batteries from your black mamba
    +1
  • K3Nv2 @ K3Nv2:
    My frozen food better hold up for an hour I know that
  • BigOnYa @ BigOnYa:
    Or else gonna be a big lunch and dinner tomorrow.
  • BigOnYa @ BigOnYa:
    Did you pay your power bill? Or give all yo money to my wife, again.
  • K3Nv2 @ K3Nv2:
    Oh good the estimated time is the same exact time they just said
    +1
  • BigOnYa @ BigOnYa:
    Load up your pc and monitor, and head to a McDonalds dining room, they have free WiFi
  • K3Nv2 @ K3Nv2:
    Sir please watch your porn in the bathroom
    +1
  • BigOnYa @ BigOnYa:
    No sir we can not sell you anymore apple pies, after what you did with the last one.
  • K3Nv2 @ K3Nv2:
    We ran out
  • HiradeGirl @ HiradeGirl:
    for your life
    HiradeGirl @ HiradeGirl: for your life