| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | VMManager: Change block offsets to size_t | 2015-08-16 | 2 | -3/+3 | ||
| | | | | ||||||
| * | | | Merge pull request #996 from yuriks/texture-copy | 2015-08-18 | 4 | -36/+101 | ||
| |\ \ \ | |_|/ |/| | | GPU: Implement TextureCopy-mode display transfers | |||||
| | * | | GPU: Implement TextureCopy-mode display transfers | 2015-08-16 | 4 | -36/+101 | ||
| | |/ | | | | | | | Fixes glitchy garbage in Fire Emblem 3D scenes. | |||||
| * | | Merge pull request #1033 from bbarenblat/master | 2015-08-15 | 1 | -0/+6 | ||
| |\ \ | | | | | | | Handle `FileType::CIA` in `switch` statements | |||||
| | * | | Properly indicate that CIA support is not implemented yet | 2015-08-15 | 1 | -0/+4 | ||
| | | | | | | | | | | | | | | | | Make `Loader::LoadFile` return an `ErrorNotImplemented` if you call it on a CIA file. | |||||
| | * | | Give CIA file type a name | 2015-08-15 | 1 | -0/+2 | ||
| | | | | | | | | | | | | | | | | Make `GetFileTypeString` return ‘CIA’ for CIA (CTR Importable Archive) files. | |||||
| * | | | Merge pull request #1032 from lioncash/swap | 2015-08-16 | 2 | -12/+6 | ||
| |\ \ \ | |_|/ |/| | | vfp: use std::swap where applicable | |||||
| | * | | vfp: use std::swap where applicable | 2015-08-15 | 2 | -12/+6 | ||
| | |/ | ||||||
| * / | Shader: Initial implementation of x86_x64 JIT compiler for Pica vertex shaders. | 2015-08-15 | 1 | -0/+1 | ||
| |/ | | | | | - Config: Add an option for selecting to use shader JIT or interpreter. - Qt: Add a menu option for enabling/disabling the shader JIT. | |||||
| * | Merge pull request #1027 from lioncash/debugger | 2015-08-13 | 4 | -1/+49 | ||
| |\ | | | | | debugger: Add the ability to view VFP register contents | |||||
| | * | arm_interface: Implement interface for retrieving VFP registers | 2015-08-06 | 4 | -1/+49 | ||
| | | | ||||||
| * | | ARM Core, Video Core, CitraQt, Citrace: Use CommonTypes types instead of the ↵ | 2015-08-11 | 5 | -340/+345 | ||
| | | | | | | | | | standard u?int*_t types. | |||||
| * | | arm_disasm: ARMv6 mul/div and abs media instructions | 2015-08-11 | 2 | -1/+119 | ||
| | | | | | | | | | | | | | SMLAD, SMUAD, SMLSD, SMUSD, SMLALD, SMLSLD, SMMLA, SMMUL, SMMLS USAD8, USADA8 | |||||
| * | | arm_disasm: ARMv6 parallel add/sub media instructions | 2015-08-11 | 2 | -0/+167 | ||
| | | | | | | | | | {S, U, Q, UQ, SH, UH}{ADD16, ASX, SAX, SUB16, ADD8, SUB8} | |||||
| * | | arm_disasm: ARMv6 reversal media instructions | 2015-08-09 | 2 | -0/+26 | ||
| | | | | | | | | | | | REV, REV16, REVSH Only their ARM encoding, Thumb encoding is still missing. | |||||
| * | | arm_disasm: ARMv6 saturation media instructions | 2015-08-09 | 2 | -2/+55 | ||
| | | | | | | | | | SSAT, SSAT16, USAT, USAT16 | |||||
| * | | arm_disasm: ARMv6 packing and sign-extend media instructions | 2015-08-09 | 2 | -1/+181 | ||
| | | | | | | | | | | | | | PKH, SEL SXTAB, SXTAB16, SXTB, SXTB16, SXTH, SXTAH UXTAB, UXTAB16, UXTB, UXTB16, UXTH, UXTAH | |||||
| * | | Merge pull request #1026 from lioncash/disasm | 2015-08-07 | 1 | -12/+4 | ||
| |\ \ | |/ |/| | arm_disasm: Remove unnecessary code | |||||
| | * | arm_disasm: Remove unnecessary code | 2015-08-06 | 1 | -12/+4 | ||
| | | | | | | | | | This part of disassembly only determines the opcode, there's no need for offset calculation here. | |||||
| * | | Disassembler: ARMv6K REX instructions | 2015-08-06 | 2 | -6/+97 | ||
| | | | ||||||
| * | | Disassembler: ARMv6K hint instructions | 2015-08-06 | 2 | -0/+56 | ||
| | | | ||||||
| * | | Merge pull request #1008 from lioncash/pc | 2015-07-30 | 2 | -21/+40 | ||
| |\ \ | | | | | | | dyncom: Handle the case where PC is the source register for STR/VSTM/VLDM | |||||
| | * | | dyncom: Handle the case where PC is the source register for STR/VSTM/VLDM | 2015-07-29 | 2 | -21/+40 | ||
| | |/ | ||||||
| * | | Merge pull request #1014 from lioncash/unused-warn | 2015-07-29 | 2 | -3/+5 | ||
| |\ \ | | | | | | | core: Eliminate some unused variable warnings | |||||
| | * | | core: Eliminate some unused variable warnings | 2015-07-29 | 2 | -3/+5 | ||
| | | | | ||||||
| * | | | Merge pull request #1013 from lioncash/unused | 2015-07-29 | 1 | -3/+0 | ||
| |\ \ \ | |/ / |/| | | dyncom: Remove an unused variable | |||||
| | * | | dyncom: Remove an unused variable | 2015-07-29 | 1 | -3/+0 | ||
| | | | | | | | | | | | | | This was used prior to InterpreterTranslate existing. | |||||
| * | | | core: Fix missing prototype warnings | 2015-07-29 | 2 | -0/+2 | ||
| |/ / | ||||||
| * | | Merge pull request #1009 from lioncash/table | 2015-07-29 | 1 | -1/+2 | ||
| |\ \ | | | | | | | am_net: Update function table data | |||||
| | * | | am_net: Add missing function to the function table | 2015-07-29 | 1 | -0/+1 | ||
| | | | | ||||||
| | * | | am_net: Add correct function name to the function table | 2015-07-29 | 1 | -1/+1 | ||
| | |/ | ||||||
| * | | Merge pull request #982 from Subv/home | 2015-07-29 | 7 | -18/+84 | ||
| |\ \ | |/ |/| | Service/APT: Return proper parameters in GetLockHandle. | |||||
| | * | Service/APT: Fixed a regression, PreloadLibraryApplet should also start an ↵ | 2015-07-23 | 6 | -5/+36 | ||
| | | | | | | | | | applet when called. | |||||
| | * | Service/APT: Return proper parameters in GetLockHandle. | 2015-07-23 | 4 | -14/+49 | ||
| | | | | | | | | | | | Documented some APT functions This allows applets to boot. | |||||
| * | | dyncom: Handle left-operand PC correctly for data-processing ops | 2015-07-28 | 1 | -7/+33 | ||
| | | | | | | | | | | | | | This is considered deprecated in the ARM manual (using PC as an operand), however, this is still able to be executed on the MPCore (which I'm quite sure would be rare to begin with). | |||||
| * | | Merge pull request #899 from zawata/Winsock-Deprecation | 2015-07-28 | 1 | -2/+8 | ||
| |\ \ | | | | | | | SOC:U : Fix WinSock function deprecation | |||||
| | * | | SOC:U : Update deprecated function gethostbyname() to getaddrinfo() | 2015-07-19 | 1 | -2/+8 | ||
| | | | | ||||||
| * | | | Merge pull request #1003 from lioncash/armcruft | 2015-07-28 | 6 | -124/+91 | ||
| |\ \ \ | | | | | | | | | dyncom: Minor cleanups. | |||||
| | * | | | dyncom: Remove an unnecessary typedef | 2015-07-28 | 2 | -7/+5 | ||
| | | | | | ||||||
| | * | | | dyncom: Use enum class for instruction decoding results | 2015-07-28 | 5 | -41/+40 | ||
| | | | | | ||||||
| | * | | | dyncom: Remove code duplication regarding thumb instructions | 2015-07-27 | 3 | -23/+12 | ||
| | | | | | ||||||
| | * | | | dyncom: Migrate exclusive memory access control into armstate | 2015-07-27 | 2 | -50/+35 | ||
| | | | | | ||||||
| | * | | | dyncom: Remove duplicated typedef and extern | 2015-07-27 | 1 | -4/+0 | ||
| | | | | | | | | | | | | | | | | | These are already present in arm_dyncom_dec.h. | |||||
| * | | | | Merge pull request #873 from jroweboy/input_array | 2015-07-28 | 3 | -24/+45 | ||
| |\ \ \ \ | |/ / / |/| | | | Move input values into an array. | |||||
| | * | | | Move input values into an array | 2015-07-27 | 3 | -24/+45 | ||
| | | | | | ||||||
| * | | | | dyncom: Use std::array for register arrays | 2015-07-26 | 2 | -28/+29 | ||
| | | | | | ||||||
| * | | | | dyncom: Use ARMul_State as an object | 2015-07-26 | 12 | -1105/+1023 | ||
| | | | | | | | | | | | | | | | | | Gets rid of C-like parameter passing. | |||||
| * | | | | dyncom: Remove unnecessary initialization code. | 2015-07-25 | 4 | -59/+2 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | Targeting ARM version variants was only a thing on armemu. The reset routine also does basically the same thing as NewState. | |||||
| * | | | | dyncom: Remove unnecessary abort-related cruft | 2015-07-25 | 2 | -48/+1 | ||
| | | | | | | | | | | | | | | | | | Both the MPCore and the ARM9 have the same data abort model (base restored), so differentiating isn't necessary. | |||||
| * | | | | dyncom: Rename armdefs.h to armstate.h | 2015-07-25 | 15 | -33/+33 | ||
| | | | | | ||||||