vitor251093

Results 21 comments of vitor251093

I've bought a new computer recently, and it should be with me in about 2 weeks. I will be installing Ubuntu in that new computer, so I should be able...

> I also recommend you to try Manjaro, Kubuntu & Pop. I tried Pop last year, but the system update broke the system startup lol > Different distos may vary...

> Don't forget about Pacman and AppImages too. Could be. That's just to start from somewhere ;) > You could start from Arch package format & makepkg and then create...

This problem seems to be more common with Darkspore 5.3.0.15 (the CD version). While we still don't know the cause, we know this problem doesn't happen with the Steam Demo...

I'm aware that technically that issue was already supposed to be closed, but I also support the use of base64 icons. Mostly because I want to be able to create...

> for example the kingdom hearts games , it would give a more console like camera controls experience using a joystick to control the camera I did that in my...

App Translocation can be avoided if the `com.apple.quarantine` property is removed from the app after it's uncompressed. http://lapcatsoftware.com/articles/app-translocation.html I mean, can't Sparkle remove that property? In the terminal it can...

> why does this touch the core at all, looks to me like something which could be implemented on the frontend side only? Because the input only allow me to...

> > or I would need to make TouchX and TouchY public (so I could extract that logic to NDS.cpp). > > Is there a reason you can't add `GetTouchX()`...

Alright, just finished implementing the changes. The SPIs now were only changed to add the getters, and the logic that converts inputs into touchscreen movements is now contained within `NDS::SetTouchKeyMask`....