Advertisement
Guest User

Untitled

a guest
Apr 19th, 2025
14
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.51 KB | None | 0 0
  1. 2025-04-19 03:02:51,676 DEBUG Debugging enabled, running in foreground
  2. 2025-04-19 03:02:51,677 DEBUG Joy map:
  3. {'left': 105, 'right': 106, 'up': 103, 'down': 108, 'a': 28, 'b': 57, 'x': 1, ' y': 15, 'pageup': 104, 'pagedown': 109}
  4. 2025-04-19 03:02:51,775 DEBUG Parsing config "8BitDo 8BitDo Pro 2 Wired Control ler.cfg"
  5. 2025-04-19 03:02:51,777 DEBUG Added config for "8BitDo 8BitDo Pro 2 Wired Contr oller" from "8BitDo 8BitDo Pro 2 Wired Controller.cfg"
  6. 2025-04-19 03:02:51,779 DEBUG Parsing config "Generic X-Box pad.cfg"
  7. 2025-04-19 03:02:51,781 DEBUG Added config for "Generic X-Box pad" from "Generi c X-Box pad.cfg"
  8. 2025-04-19 03:02:51,921 DEBUG Using SDL Version 2.0.10, PySDL2 version 0.9.3.
  9. 2025-04-19 03:02:51,921 DEBUG Function "SDL_JoystickGetVendor" not found in PyS DL2 0.9.3., adding a local definition for it
  10. 2025-04-19 03:02:51,921 DEBUG Function "SDL_JoystickGetProduct" not found in Py SDL2 0.9.3., adding a local definition for it
  11. 2025-04-19 03:02:51,922 DEBUG Creating uinput keyboard devices with events: [(1 , 105), (1, 106), (1, 103), (1, 108), (1, 28), (1, 57), (1, 1), (1, 15), (1, 104 ), (1, 109)]
  12. 2025-04-19 03:02:51,923 DEBUG Joystick #0 8BitDo 8BitDo Pro 2 Wired Controller (P:12304, V:11720) added
  13. 2025-04-19 03:02:51,924 DEBUG Added configuration for known device 8BitDo 8BitD o Pro 2 Wired Controller (P:12304, V:11720), hats: {0: [(1, 'up'), (8, 'left'), (2, 'right'), (4, 'down')]}, buttons: {6: 'pageup', 7: 'pagedown', 4: 'y', 3: 'x ', 1: 'b', 0: 'a'}, axis: {3: [(-1, 'up'), (1, 'down')], 2: [(-1, 'left'), (1, ' right')], 1: [(1, 'down'), (-1, 'up')], 0: [(1, 'right'), (-1, 'left')]}
  14.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement