This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
When I use my Xbox One Controller when using Advanced Launcher playing a game, it still controls Kodi. I can play a game with it because when I press A, it will launch another game. I have read about a patch on the forums, but I don't know how to apply it. It's in python, which I am not familiar with. Can anyone help me?
Here is the patch: diff --git a/xbmc/Application.cpp b/xbmc/Application.cpp index e91b82b..97cc9c0 100644 --- a/xbmc/Application.cpp b/xbmc/Application.cpp @@ -3038,6 3038,8 @@ bool CApplication::ProcessGamepad(float frameTime) bool CApplication::ProcessRemote(float frameTime) {
if defined(HAS_LIRC) || defined(HAS_IRSERVERSUITE)
- if (!m_AppFocused)
- return false; if (g_RemoteControl.GetButton()) { CKey key(g_RemoteControl.GetButton(), g_RemoteControl.GetHoldTime());
Subreddit
Post Details
- Posted
- 7 years ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/kodi/commen...