Josh

Results 7 comments of 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?