Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-13 | file_util: Make IOFile data members private | Lioncash | |
2016-04-12 | FileUtil: Missing #include, Add const to IOFile methods | MerryMage | |
2016-04-08 | cecd:u: stub GetCecStateAbbreviated (#1648) | mailwl | |
2016-04-05 | Merge pull request #1435 from mailwl/frd_u | bunnei | |
frd:u: Initial stub some functions | |||
2016-04-05 | Merge pull request #1643 from MerryMage/make_unique | Mathew Maidment | |
Common: Remove Common::make_unique, use std::make_unique | |||
2016-04-05 | Common: Remove Common::make_unique, use std::make_unique | MerryMage | |
2016-04-04 | Merge pull request #1620 from LFsWang/path | bunnei | |
Fix filename&path encode problem on Windows | |||
2016-04-03 | Merge pull request #1616 from exhalatio/dlp_dummy | bunnei | |
Dummy implementation dlp:SRVR Service. | |||
2016-04-03 | Dummy implementation dlp:SRVR Service. | exhalatio | |
2016-03-31 | remove debug code | LFsWang | |
2016-03-31 | cecd:u: stub GetCecInfoEventHandle, GetChangeStateEventHandle | mailwl | |
2016-03-31 | fix unicode url problem on windows | LFsWang | |
2016-03-31 | Fix encode problem On Windows | LFsWang | |
2016-03-27 | frd:u: Initial stub some functions | mailwl | |
2016-03-26 | remove unnecessary const | wwylele | |
2016-03-22 | implement accel and gyro backend | wwylele | |
2016-03-18 | vector_math: Add missing member in Vec4's SetZero function | Lioncash | |
2016-03-15 | Reorganize the ndm service path for dummy implement function | JamePeng | |
SuspendDaemons , ResumeDaemons , OverrideDefaultDaemons The NDM file move to /core/hle/service/ndm/ now! | |||
2016-03-13 | Merge pull request #1509 from lioncash/noncopy | bunnei | |
common: Minor changes to NonCopyable | |||
2016-03-13 | PICA: Align vertex attributes | Jannik Vogel | |
2016-03-12 | common_types: Make NonCopyable constructor constexpr | Lioncash | |
2016-03-12 | common_types: Specify const in deleted copy constructor/assignment operator | Lioncash | |
2016-03-10 | Merge pull request #1476 from lioncash/emit | bunnei | |
emitter: constexpr/misc changes | |||
2016-03-09 | emitter: templatize ImmPtr | Lioncash | |
2016-03-09 | emitter: constexpr-ify helper functions | Lioncash | |
2016-03-09 | emitter: Get rid of CanDoOpWith | Lioncash | |
This was removed in Dolphin as there were no particular uses for it. I'm sure the same will apply to citra. | |||
2016-03-09 | emitter: constexpr-ify OpArg | Lioncash | |
2016-03-09 | emitter: friend class OpArg with XEmitter | Lioncash | |
2016-03-09 | emitter: Remove unimplemented prototype | Lioncash | |
2016-03-09 | Common: Get rid of alignment macros | Lioncash | |
The gl rasterizer already uses alignas, so we may as well move everything over. | |||
2016-03-01 | Merge pull request #1297 from Subv/saves | bunnei | |
DiskDirectory: Initialize the directory member with valid info. | |||
2016-02-28 | Merge pull request #1427 from MerryMage/emit-lbit | Yuri Kunde Schlesner | |
x64 Emitter: Fix L bit in VEX prefix | |||
2016-02-27 | x64 Emitter: Fix L bit in VEX prefix | MerryMage | |
2016-02-26 | Initial implementation ir:user | mailwl | |
2016-02-21 | AudioCore: Skeleton Implementation | MerryMage | |
This commit: * Adds a new subproject, audio_core. * Defines structures that exist in DSP shared memory. * Hooks up various other parts of the emulator into audio core. This sets the foundation for a later HLE DSP implementation. | |||
2016-02-12 | BitField: Make trivially copyable and remove assignment operator | MerryMage | |
2016-02-04 | backend: defaulted move constructor/assignment | Lioncash | |
2016-01-27 | color: Make trivial helpers constexpr | Lioncash | |
2016-01-25 | key_map: Use std::tie for comparisons | Lioncash | |
2016-01-16 | DiskDirectory: Initialize the directory member with valid info. | Subv | |
2015-12-23 | Add missing return values in ForeachDirectoryEntry | LFsWang | |
ForeachDirectoryEntry is changed by #1256 ,but return value at last line was missing. | |||
2015-12-03 | Merge pull request #1252 from Subv/cam | bunnei | |
Services/Cam: Added new log type and camera enums from 3dbrew. | |||
2015-11-27 | Refactor ScanDirectoryTreeAndCallback to separate errors and retvals | archshift | |
ScanDirectoryTreeAndCallback, before this change, coupled error/return codes and actual return values (number of entries found). This caused confusion and difficulty interpreting the precise way the function worked. Supersedes, and closes #1255. | |||
2015-11-23 | Services/Cam: Added new log type and camera enums from 3dbrew. | Subv | |
Followup to #1102 Original author @mailwl | |||
2015-11-12 | fix failure on gcc and clang | wwylele | |
2015-11-12 | disable unary minus when the type is not signed | wwylele | |
silent warning C4146 on msvc | |||
2015-10-04 | Implement gdbstub | polaris- | |
2015-10-03 | Merge pull request #1176 from lioncash/vs2015-code-junking-day | bunnei | |
Obligatory "Throw out workarounds VS2013 once limited us to" PR | |||
2015-10-01 | Merge pull request #1095 from archshift/game-list | bunnei | |
Initial implementation of a game list | |||
2015-10-01 | bit_field: Re-enable code on MSVC | Lioncash | |