NEWS and TODO updates
This commit is contained in:
parent
a3b38b47e5
commit
3d63ca2bc0
3 changed files with 5 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -15,3 +15,4 @@ test/ini_parser_test
|
|||
src/xboxdrv_controller_glue.hpp
|
||||
src/xboxdrv_daemon_glue.hpp
|
||||
src/xboxdrv_dbus_glue.hpp
|
||||
src/xboxdrv_vfs.hpp
|
||||
|
|
1
NEWS
1
NEWS
|
@ -7,6 +7,7 @@ xboxdrv 0.7.3 - (16/Mar/2011)
|
|||
* added --no-dbus, to disable D-Bus support
|
||||
* reenabled USBReadThread to work around ignored input events
|
||||
* '--daemon' is broken in this release
|
||||
* added xbmc.xboxdrv, a config fine tuned for XBMC
|
||||
|
||||
|
||||
xboxdrv 0.7.2 - (06/Mar/2011)
|
||||
|
|
4
TODO
4
TODO
|
@ -61,7 +61,7 @@ Must have features
|
|||
* add libusb-0.1 support back (maybe only in 0.7.4)
|
||||
|
||||
|
||||
Stuff to do before 0.7.3 release:
|
||||
Stuff to do before 0.7.4 release:
|
||||
=================================
|
||||
|
||||
* d-bus requires X11?!
|
||||
|
@ -72,6 +72,7 @@ Autolaunch error: X11 initialization failed." failed to open connection to bus:
|
|||
|
||||
* ZSNES has issue with diagonals when it comes to HAT, might be bug in ZSNES
|
||||
https://bugs.launchpad.net/ubuntu/+source/zsnes/+bug/519845
|
||||
|
||||
* have named output variables to chain filters and modifiers?!
|
||||
|
||||
== Daemon ==
|
||||
|
@ -92,6 +93,7 @@ https://bugs.launchpad.net/ubuntu/+source/zsnes/+bug/519845
|
|||
|
||||
-> xboxdrv isn't running under realtime priority, only its subthreads, fix that
|
||||
-> figure out how USBReadThread reacts to the device being closed
|
||||
-> USBReadThread doesn't react at all, it becomes stuck in the last call
|
||||
|
||||
* use static X11 keysym map to do the string translation?
|
||||
|
||||
|
|
Loading…
Reference in a new issue