summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2017-02-26IR: separate functions of each port to their own fileswwylele
2017-02-25Merge pull request #2569 from wwylele/wrap-unwrapbunnei
APT: implemented Wrap and Unwrap
2017-02-24Merge pull request #2421 from Subv/timersYuri Kunde Schlesner
Timers: Immediately signal the timer if it was started with an initial value of 0
2017-02-23Use QFileSystemWatcher to reload the game list when a change is detected. ↵James Rowe
(#2555) * Added a refresh game directory option to the file menu * Make the game list watcher recursive and have it start watching from the initial load * Rework game list watcher to be thread safe * Fix code style issues
2017-02-23Merge pull request #2441 from jroweboy/titlebarbunnei
Gui: Change title bar to include build name
2017-02-23Gui: Change title bar to include build nameJames Rowe
Nightly builds now have "Citra Nightly" in the titlebar Bleeding edge builds now have "Citra Bleeding Edge" in the titlebar
2017-02-22[UI] Modify recursive scanning label (#2589)Anthony
2017-02-21Timers: Return an error when calling SetTimer with negative timeouts.Subv
2017-02-21Timers: Immediately signal the timer if it was started with an initial value ↵Subv
of 0.
2017-02-21APT: implement Wrap and Unwrapwwylele
2017-02-21HW: add AES engine & implement AES-CCMwwylele
2017-02-19Merge pull request #2585 from MerryMage/sxtb16-sxtab16bunnei
dyncom: Correct SXTAB16 and SXTB16
2017-02-19Merge pull request #2580 from yuriks/qt-cleanup2Yuri Kunde Schlesner
Qt cleanups 2
2017-02-18dyncom: Correct SXTAB16 and SXTB16MerryMage
2017-02-18OpenGL: Check if uniform block exists before updating it (#2581)Jannik Vogel
2017-02-18Qt: Move some connections from .ui file to codeYuri Kunde Schlesner
2017-02-18Qt: Reorganize connection of menu eventsYuri Kunde Schlesner
2017-02-18Qt: Re-organize setup of debugging widgetsYuri Kunde Schlesner
2017-02-18Qt: Fix action name to match conventionsYuri Kunde Schlesner
2017-02-17Qt: Make IsSingleFileDropEvent staticYuri Kunde Schlesner
2017-02-17Qt: Allow any file extension in Open dialogYuri Kunde Schlesner
2017-02-17Qt: Remove orpahned function declarationYuri Kunde Schlesner
2017-02-17Qt: Remove unnecessary std::string usageYuri Kunde Schlesner
2017-02-16HID: move enable_accelerometer/gyroscope_count initialization into Init() ↵Weiyi Wang
(#2574) Fixes #2556
2017-02-16added drag n drop featurenoah the goodra
2017-02-15Merge pull request #2571 from wwylele/missing-fileMat M
core: add missing errors.h in CMakeLists.txt
2017-02-15core: add missing errors.h in CMakeLists.txtwwylele
2017-02-15video_core: remove #pragma once in cpp file (#2570)Weiyi Wang
2017-02-14Merge pull request #2566 from yuriks/file-extension-suffixWeiyi Wang
Qt/GameList: Use suffix() to parse the file extension
2017-02-13HLE/IPC: Fix uninitialized variables in helpers (#2568)Yuri Kunde Schlesner
Fixes #2567
2017-02-13Qt/GameList: Use suffix() to parse the file extensionYuri Kunde Schlesner
completeSuffix returns everything after the first period, which means that a file such as `foo.bar.3ds` would not get recognized.
2017-02-13applied the change suggested by @wwylelenoah the goodra
2017-02-13NWM changed to NIMnoah the goodra
2017-02-13turned clang format back onnoah the goodra
2017-02-13added http service enum to the log.h filenoah the goodra
2017-02-13Merge pull request #2562 from yuriks/pica-refactor3Yuri Kunde Schlesner
Re-organize software rasterizer code
2017-02-13Core: add cryptopp library (#2412)Weiyi Wang
2017-02-13Merge pull request #2561 from wwylele/fs-romYuri Kunde Schlesner
file_sys: change RomFS archive to Self NCCH archive
2017-02-13loader: use self NCCH archivewwylele
2017-02-13file_sys: add Self NCCH archivewwylele
2017-02-12SWRasterizer: Move more framebuffer functions to fileYuri Kunde Schlesner
2017-02-12SWRasterizer: Move texturing functions to their own fileYuri Kunde Schlesner
2017-02-12SWRasterizer: Convert large no-capture lambdas to standalone functionsYuri Kunde Schlesner
2017-02-12SWRasterizer: Move framebuffer operation functions to their own fileYuri Kunde Schlesner
2017-02-12VideoCore: Move software rasterizer files to sub-directoryYuri Kunde Schlesner
2017-02-12video_core/shader: Document sanitized MUL operationYuri Kunde Schlesner
2017-02-12Merge pull request #2550 from yuriks/pica-refactor2Yuri Kunde Schlesner
Small VideoCore cleanups
2017-02-12citra-qt: Don't attempt to scan files with unsupported extensions (#2402)Kloen Lansfiel
2017-02-11core: Free AppLoader on shutdown to release file (#2558)Yuri Kunde Schlesner
Fixes #2455
2017-02-11hid: remove the touch field from PadState (#2557)Weiyi Wang