mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 15:45:19 +00:00
Add some FIXMEs.
This commit is contained in:
parent
76c7f13f8c
commit
53502bd066
@ -560,6 +560,7 @@ void gfx_ctx_destroy(void)
|
|||||||
|
|
||||||
static void gfx_ctx_input_driver(const input_driver_t **input, void **input_data)
|
static void gfx_ctx_input_driver(const input_driver_t **input, void **input_data)
|
||||||
{
|
{
|
||||||
|
// FIXME: Rather than hardcode, the user should be able to set the input driver here.
|
||||||
#ifdef HAVE_UDEV
|
#ifdef HAVE_UDEV
|
||||||
void *udev = input_udev.init();
|
void *udev = input_udev.init();
|
||||||
*input = udev ? &input_udev : NULL;
|
*input = udev ? &input_udev : NULL;
|
||||||
|
@ -337,6 +337,7 @@ static void gfx_ctx_destroy(void)
|
|||||||
|
|
||||||
static void gfx_ctx_input_driver(const input_driver_t **input, void **input_data)
|
static void gfx_ctx_input_driver(const input_driver_t **input, void **input_data)
|
||||||
{
|
{
|
||||||
|
// FIXME: Rather than hardcode, the user should be able to set the input driver here.
|
||||||
#ifdef HAVE_UDEV
|
#ifdef HAVE_UDEV
|
||||||
void *udev = input_udev.init();
|
void *udev = input_udev.init();
|
||||||
*input = udev ? &input_udev : NULL;
|
*input = udev ? &input_udev : NULL;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user