chrisd1100

Results 3 issues of chrisd1100

I have one mini-game that is a portrait resolution: 256x320. On the host it looks like this: ![sky4](https://user-images.githubusercontent.com/7192452/61147202-c021b500-a4d3-11e9-9637-8c290fe91e32.png) However on the client (MacOS, software decoding) it looks like this: ![parsec_tmp](https://user-images.githubusercontent.com/7192452/61147284-e8a9af00-a4d3-11e9-87ed-3f83defd3179.png)...

1. add duration parameter to make it easy for people porting from SDL. 2. Use uint16 rather than uint8 to be compatible with SDL, SteamInput and XInput ``` int SDL_JoystickRumble(SDL_Joystick...

I have a mini-game that is really low resolution. Sometimes it doesn't work... Host: Intel GPU Guest AMD GPU Result: works Host: AMD GPU Guest Intel GPU Result: guest is...