Josh
Josh
It's been a long time since I wrote this code, so it's probably not very good. Now that I actually own a jailbroken PS4 I might re-write this in .NET...
@hapile299 Pressing X one time: ```csharp Press(new DualShockState() { Cross = true }); ``` Holding X for 5 seconds ```csharp Press(new DualShockState() { Cross = true }, 5000); ```
@Ragowit Sorry for taking so long on this. I've added the `#[\ReturnTypeWillChange]` attribute to each of the functions you mentioned which should hopefully remove those errors. Eventually I'll get rid...
Hi there, I might be able to implement some additional filtering for trophies based on time. I'd have to take a look at what properties are supplied for the trophy...
@mrcrazylee Appreciate it. I've been trying to get back to working on this library and realized I did some pretty dumb things when I rewrote this lol. I was trying...
Not sure if you did this for the sake of anonymity, but you have `NAMEPLAYER ` as a string when searching for a user. Was that intentional?
Not totally sure at the moment. I'll have to take a look to see if something changed with the API. Are these brand new accounts you're trying to search for?
I will check if maybe they added a new property for this. However, it's likely they just don't update it for some reason. I've noticed that it can be pretty...
I'd have to check the API again. Not sure if all the endpoints abide by that language header. However, I'll make a change to allow passing a custom Accept-Language to...
That API is outdated and needs to use their new v3 API. I might end up updating this eventually but I don't have any timeframe unfortunately.