ceski

Results 101 comments of ceski

> There are some gyro issues with Switch controllers which is going to take some time to fix. Fixed by https://github.com/fabiangreffrath/woof/pull/1800/commits/8916eb726768fb5e16b4a664f7842ac8fda4eaae

There are some cool features like the [transposed backbuffer](https://github.com/GooberMan/rum-and-raisin-doom/wiki/Transposed-Backbuffer) and multi-threaded renderer, but yes, that's a different topic for a different time. The focus here is supporting the cosmetic features...

I think wiki article with sections is good, with a link to it in the README.md.

Configuring wads and soundfonts continues to be the top issue that confuses new users (I actually can't even recall what Linux paths Woof looks for anymore). It would be very...

Wiki page: https://github.com/fabiangreffrath/woof/wiki/Getting-Started Updated README.md: https://github.com/fabiangreffrath/woof/commit/0ef7f192e32fbd80f7fed34ca89f0a5da47b4947

> You need to handle events and use the sensor timestamp in the event to get precise gyro values. That appears to have the same issue: Above code with some...

Is the wrong scale being used here? https://github.com/libsdl-org/SDL/blob/main/src/joystick/hidapi/SDL_hidapi_switch.c#L62 https://github.com/libsdl-org/SDL/blob/SDL2/src/joystick/hidapi/SDL_hidapi_switch.c#L66 Source: https://github.com/dekuNukem/Nintendo_Switch_Reverse_Engineering/blob/master/imu_sensor_notes.md#default-saturation-free-lsm6ds3-2000-dps--70-mdpsdigit ```c float corrected_data = c->data[1] * 816.0f / 936.0f; angle += corrected_data * dt * 180.0f / 3.1415927f; ```...

@HilariousCow I reviewed the SPI flash notes [here](https://github.com/dekuNukem/Nintendo_Switch_Reverse_Engineering/blob/master/spi_flash_notes.md#6-axis-sensor-factory-and-user-calibration) and had a suspicion that these values weren't necessarily fixed: - Factory accel XYZ sensitivity special coeff: `0x4000 (16384)` (aka `SWITCH_ACCEL_SCALE_OFFSET` in...

Excellent, I can make a PR for these changes.

I'll have a Steam Deck on hand later this week so I'll see if I can reproduce this. Does anyone recognize the wad in the video?