Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix evdev threading #4493

Merged
merged 3 commits into from
Dec 25, 2016
Merged

Fix evdev threading #4493

merged 3 commits into from
Dec 25, 2016

Conversation

Tilka
Copy link
Member

@Tilka Tilka commented Dec 5, 2016

stuff, idk, I'm tired

Note: This probably means our approach of populating from udev isn't
safe to be called multiple times.
@@ -349,7 +349,6 @@ long CISOProperties::GetElementStyle(const char* section, const char* key)
void CISOProperties::CreateGUIControls()
{
const int space5 = FromDIP(5);
const int space10 = FromDIP(10);

This comment was marked as off-topic.

@@ -184,7 +184,6 @@ class XFBSource final : public XFBSourceBase

private:
std::unique_ptr<TextureCache::TCacheEntry> m_texture;
VkFramebuffer m_framebuffer;

This comment was marked as off-topic.

}

void Init()
{
s_devnode_name_map.clear();
PopulateDevices();

This comment was marked as off-topic.

This comment was marked as off-topic.

This comment was marked as off-topic.

This comment was marked as off-topic.

This comment was marked as off-topic.

@degasus
Copy link
Member

degasus commented Dec 25, 2016

leoetlino | it looks good to me, but I can't test it since I'm not affected by the issue

Also LGTM

@degasus degasus merged commit 190c621 into dolphin-emu:master Dec 25, 2016
@Tilka Tilka deleted the evdev branch December 25, 2016 19:58
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

4 participants