summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-04-16OpenGL: Move PicaShaderConfig to gl_shader_gen.hYuri Kunde Schlesner
Also move the implementation of CurrentConfig to the cpp file.
2017-04-16OpenGL: Move Attributes enum to a more appropriate fileYuri Kunde Schlesner
2017-04-13Merge pull request #2659 from MerryMage/dsp_dsp-correctionbunnei
dsp_dsp: Messages are modified by service before being sent to DSP
2017-04-12Better looking status bar under Linux Ubuntu (#2662)Cereal-Killa
* Remove borders from status bar items On Ubuntu the status bar didn't look as good as on Windows due to some border being drawn around each status bar cell.
2017-04-12dsp_dsp: Messages are modified by service before being sent to DSPMerryMage
2017-04-12Merge pull request #2628 from Subv/udsSebastian Valle
Services/UDS: Initial support for hosting local-wlan networks.
2017-04-09Merge pull request #2658 from JayFoxRox/blend-equation-fixJames Rowe
Pica/Regs: Correct bit width for blend-equations
2017-04-08Pica/Regs: Correct bit width for blend-equationsJannik Vogel
2017-04-06Merge pull request #2533 from Lectem/apt_ipchelperbunnei
IpcHelper enhancement and APT refactor
2017-04-06Merge pull request #2634 from wwylele/batterybunnei
shared_page: stub battery state
2017-04-04Merge pull request #2651 from jroweboy/configmovedMat M
citra-qt: Move config dialog code to its own directory
2017-04-03citra-qt: Move config dialog code to its own directoryLioncash
2017-04-03Merge pull request #2622 from jfmherokiller/socufixbunnei
error conversion fixes for soc_u
2017-04-03error conversion fixes for soc_unoah the goodra
2017-04-02Merge pull request #2648 from mtheall/masterbunnei
Fix OutputDebugString syscall
2017-04-01Fix OutputDebugString syscallMichael Theall
2017-03-27Services/UDS: Fixed a style mistake in GetChannel.Sebastian Valle
2017-03-26Services/UDS: Use consistent spelling for WiFi and simplify the GetChannel ↵Subv
function.
2017-03-26Services/UDS: Signal the connection event when closing down the network.Subv
2017-03-26Services/UDS: Do not allow trying to start up a network that only the host ↵Subv
can connect to.
2017-03-26Service/UDS: Schedule an event to broadcast the beacon frames every 102.4ms.Subv
2017-03-26Services/UDS: Store the entire NetworkInfo structure that was used to create ↵Subv
the network. It will be needed when generating the beacon frames.
2017-03-26Services/UDS: Initial support for hosting local-wlan networks.Subv
Currently it will let games create a network as hosts, but will not broadcast it anywhere and will not allow clients to connect.
2017-03-25Merge pull request #2639 from wwylele/fix-ptm-fsbunnei
ptm: create SharedExtSave file before openning it
2017-03-25ptm: create SharedExtSave file before openning itwwylele
2017-03-21Merge pull request #2512 from SonofUgly/custom-layoutbunnei
Add custom layout settings.
2017-03-21shared_page: stub battery statewwylele
2017-03-20Removed a linebreak from the README.Christopher J. Gilbert
2017-03-20Adding a linebreak to the README file.Christopher J. Gilbert
2017-03-20hopefully fix clang-format issues with old versionLectem
2017-03-20Merge pull request #2630 from wwylele/qt-focus-loss-2bunnei
Qt: Release all pressed buttons when window focus is lost [rebased]
2017-03-19address more commentsLectem
2017-03-18Merge pull request #2631 from wwylele/fix-unwrapWeiyi Wang
apt: fix RequestBuilder parameters for Unwrap
2017-03-18Cast size_t to u32 for PushStaticBuffer usagesLectem
2017-03-18IPCHelper Skip method + address comments for aptLectem
2017-03-18apt: fix RequestBuilder parameters for Unwrapwwylele
2017-03-18fix #2560 and other commentsLectem
2017-03-18move push out of class body and add u8 u16 bool specializationsLectem
2017-03-18refactor APT service to use the new IPC helpersLectem
2017-03-17citra-qt: remove dead codewwylele
2017-03-17citra-qt: release all buttons when render window focus is lostwwylele
credit to @Hawkheart for the original idea
2017-03-17Merge pull request #2497 from wwylele/input-2bunnei
Refactor input emulation & add SDL gamepad support
2017-03-16Merge pull request #2618 from wwylele/log-less-filenamebunnei
Reduce host file name and path logging
2017-03-15Merge pull request #2468 from Kloen/xamarin-pls-stopbunnei
appveyor: workaround for unnecesary Xamarin log spam
2017-03-15Merge pull request #2620 from FernandoS27/syscore_errorbunnei
Refined thread launch on syscore error messages
2017-03-15Merge pull request #2625 from wwylele/hash-console-uniquebunnei
cfg: correctly implement GenHashConsoleUnique
2017-03-15Merge pull request #2626 from yuriks/msvc2017bunnei
Fix building with MSVC 2017
2017-03-12externals: Update to boost v1.63.0Yuri Kunde Schlesner
2017-03-12common/cpu_detect: Add missing include and fix namespace scopeYuri Kunde Schlesner
2017-03-12cfg: implement GenHashConsoleUniquewwylele