sabudum
sabudum
> @sabudum Could you re-test with the 0.82.0-RC please and report back? will do
> @sabudum Could you re-test with the 0.82.0-RC please and report back? Can you give me directions on how to test the changes? Is there a way to define the...
I wrote a simple bash script to demonstrate the functionality: ``` js='/dev/input/js0' range=360 center_x=640 center_y=360 mult=`echo "1.0 / 32767.0 * $range" | bc -l` while [ true ] do X=`jstest...
> this automatically wouldn't work for many users who use window managers other than x11 The bash code is simply to represent the logic and serves as an example algorithm,...
Why not make this optional though? So that it doesn't break current behavior, and adds the possibility of the conf file to be compatible with other dosboxes. Just add a...
> WiiU Version? Linux
> Unable to reproduce, it just starts normally for me on x86_64 Linux with HLE/BIOS, dynarec on/off. Maybe something in your config? I recently updated my system, completely new PC,...
nice! thanks a lot!
> Thanks, seems to work well! > > After recording something, the "Record" button greys out: > > > It shouldn't do that anymore then, right? Tried to solve that,...
> Probaby some usage of `set_sensitive` controls the recording button. https://lazka.github.io/pgi-docs/#Gtk-4.0/classes/Widget.html#Gtk.Widget.set_sensitive Figured it would be, but could not find the code where it is being set.