summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-11-19FileSys: add PathParserwwylele
2016-11-01FileSys: make Archive interfaces return error codewwylele
2016-10-31Merge pull request #2126 from wwylele/stub-nwmbunnei
2016-10-31Merge pull request #2123 from jbeich/freebsdbunnei
2016-10-28Small fix to let IDA see target.xmlmailwl
2016-10-27build: add default install for DragonFly, Solaris, etc.Jan Beich
2016-10-27core: some errno values are uncommon on UnixJan Beich
2016-10-27common: use system bswap* functions on more BSDsJan Beich
2016-10-27common: use system CPUID routine on DragonFly as wellJan Beich
2016-10-27common: some FreeBSD headers are incomplete to avoid namespace pollutionJan Beich
2016-10-27common: convert to standard stat()/fstat() interfacesAnthony J. Bentley
2016-10-27common: stat64 is non-standard, hide on a random UnixJan Beich
2016-10-27common: only FreeBSD has thread affinity compatible with LinuxJan Beich
2016-10-27common: define routines to set thread name on more BSDsJan Beich
2016-10-25FRD: fix GetMyFriendKeymailwl
2016-10-20Fix typosRicardo de Almeida Gonzaga
2016-10-12NWM: stub Initialize with an errorwwylele
2016-10-07Merge pull request #2024 from JamePeng/update-boss-codebunnei
2016-10-06Merge pull request #2082 from yuriks/shader-interp-crashbunnei
2016-10-04Merge pull request #1652 from wwylele/kernal-toolbunnei
2016-10-03Merge pull request #2106 from wwylele/delete-recursivebunnei
2016-10-03Merge pull request #2103 from wwylele/gpu-reg-cleanupbunnei
2016-10-02Update the stub code of BOSSJamePeng
2016-10-02fs: clean up log formatwwylele
2016-10-02fs: implement DeleteDirectoryRecursivelywwylele
2016-09-29VideoCore: Shader interpreter cleanupsYuri Kunde Schlesner
2016-09-29Common: Remove dangerous Vec[234] array constructorsYuri Kunde Schlesner
2016-09-29VideoCore: Fix out-of-bounds read in ShaderSetup::ProduceDebugInfoYuri Kunde Schlesner
2016-09-29OpenGL: Take cached viewport sub-rect into account for scissorYuri Kunde Schlesner
2016-09-29gpu: DisplayTransfer: a less amazing algorithm for flipwwylele
2016-09-29gpu: keep the old signal strategy for null pointerwwylele
2016-09-29gpu: add validity check for TextureCopy, DisplayTransfer and FillMemorywwylele
2016-09-29memory: fix IsValidVirtualAddress for RasterizerCachedMemorywwylele
2016-09-29gpu: move MemoryFill, TextureCopy and DisplayTransfer into functionswwylele
2016-09-29rasterizer: separate TextureCopy from DisplayTransferwwylele
2016-09-22qt: shutdown system if errorwwylele
2016-09-22move ResetType to kernel.hwwylele
2016-09-22name objectswwylele
2016-09-22implement wait tree widgetwwylele
2016-09-21Remove special rules for Windows.h and library includesYuri Kunde Schlesner
2016-09-21Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot
2016-09-18Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner
2016-09-18Tweak formatting settingsYuri Kunde Schlesner
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot
2016-09-18Dyncom: Disable clang-format on the decoding table.Emmanuel Gil Peyrot
2016-09-18Sources: Add a .clang-format configuration file.Emmanuel Gil Peyrot
2016-09-15VideoCore: Fix dangling lambda context in shader interpreterYuri Kunde Schlesner
2016-09-15arm_dynarmic: Implement GetVFPSystemReg/SetVFPSystemReg.bunnei
2016-09-15microprofile: Double buffer size to 16MB.bunnei