summaryrefslogtreecommitdiff
path: root/src/core (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | elf: Make DidRelocate constGravatar Lioncash2015-01-021-1/+1
| | | | |
| * | | | archive: Fix initializer list orderGravatar Lioncash2015-01-021-3/+3
| | |/ / | |/| |
* | | | dyncom: Implemented LDREXD/STREXD/LDREXH/STREXHGravatar bunnei2015-01-023-227/+282
| |/ / |/| |
* | | Merge pull request #390 from lioncash/wutGravatar bunnei2015-01-021-27/+0
|\ \ \ | | | | | | | | dyncom: Remove dead function InterpreterInitInstLength
| * | | dyncom: Remove dead function InterpreterInitInstLengthGravatar Lioncash2015-01-021-27/+0
| |/ / | | | | | | | | | Technically eliminates two memory leaks as well.
* | | Merge pull request #388 from lioncash/smGravatar bunnei2015-01-025-52/+90
|\ \ \ | | | | | | | | dyncom: Implement SMLAD/SMUAD/SMLSD/SMUSD
| * | | armemu: Fix missing Q flag check for SMLSD.Gravatar Lioncash2015-01-021-2/+6
| | | |
| * | | dyncom: Implement SMLAD/SMUAD/SMLSD/SMUSDGravatar Lioncash2015-01-025-50/+84
| |/ /
* / / soc_u: Fix a missing formatting argumentGravatar Lioncash2015-01-021-1/+1
|/ /
* | dyncom: Implement SXTAB16 and SXTB16Gravatar Lioncash2015-01-011-3/+58
| |
* | Merge pull request #358 from neobrain/pica_progress2Gravatar bunnei2015-01-012-1/+8
|\ \ | | | | | | pica_progress followups
| * | GPU: Pseudo-implement horizontal scaling.Gravatar Tony Wasserka2014-12-312-1/+8
| | | | | | | | | | | | | | | It's not really known how this actually works. Some testing has shown that this probably performs no filtering, and common usage in games suggests it's not actually resizing the image at all. However, this patch does seem to fix some homebrew showing quasi-duplicated images while still keeping other applications in a working state.
* | | Merge pull request #379 from lioncash/shGravatar bunnei2015-01-011-8/+110
|\ \ \ | | | | | | | | dyncom: Implement SHADD8/SHADD16/SHSUB8/SHSUB16/SHASX/SHSAX
| * | | dyncom: Implement SHADD8/SHADD16/SHSUB8/SHSUB16/SHASX/SHSAXGravatar Lioncash2015-01-011-8/+110
| | |/ | |/|
* | | Fix SADD8/SSUB8 in the armemuGravatar Lioncash2015-01-011-50/+28
| | |
* | | dyncom: Implement SADD8/SSUB8Gravatar Lioncash2015-01-011-55/+108
|/ /
* | SOC_U: Preliminary implementation of sockets.Gravatar Subv2014-12-314-22/+721
| | | | | | | | | | | | | | | | | | | | | | | | | | Stubbed CreateMemoryBlock Using Berkeley sockets, and Winsock2.2 on Windows. So far ftpony creates the socket and accepts incoming connections SOC_U: Renamed functions to maintain consistency Also prevents possible scope errors / conflicts with the actual Berkeley socket functions SOCU: Close all the opened sockets when cleaning up SOCU
* | Merge pull request #375 from lioncash/uopsGravatar bunnei2014-12-311-9/+208
|\ \ | |/ |/| dyncom: Implement UADD8/UADD16/USUB8/USUB16/UASX/USAX
| * dyncom: Implement UADD8/UADD16/USUB8/USUB16/UASX/USAXGravatar Lioncash2014-12-311-9/+208
| |
* | dyncom: Massive refactorGravatar bunnei2014-12-302-654/+221
| |
* | Merge pull request #369 from darkf/mingw_Gravatar bunnei2014-12-301-0/+8
|\ \ | | | | | | Fix MinGW build (2)
| * \ Fix merge conflictsGravatar darkf2014-12-29167-12294/+13495
| |\ \
| * | | Add comment regarding __WIN32__ in SkyEye codeGravatar darkf2014-11-281-0/+4
| | | |
| * | | Fix MinGW buildGravatar darkf2014-11-281-0/+4
| | | |
* | | | vfp: Get rid of a few warningsGravatar Lioncash2014-12-302-2/+2
| |_|/ |/| |
* | | vfp: Implement VMOVBRRSSGravatar Lioncash2014-12-303-12/+44
| | |
* | | dyncom: Implement USAT16/SSAT16Gravatar Lioncash2014-12-301-2/+61
| | |
* | | Merge pull request #368 from purpasmart96/dsp_memGravatar bunnei2014-12-293-2/+12
|\ \ \ | | | | | | | | MemMap: Add support for DSP Read & Writes in the memory map
| * | | MemMap: Add support for DSP Read & Writes in the memory mapGravatar purpasmart962014-12-293-2/+12
| | | |
* | | | APT:A: Some style changesGravatar Subv2014-12-291-12/+12
| | | |
* | | | Archives: Implemented ExtSaveData and SharedExtSaveDataGravatar Subv2014-12-2914-60/+264
| |_|/ |/| | | | | | | | | | | | | | | | | | | | They will be stored in /extsavedata/SDMC and /extsavedata/NAND respectively. Also redirect some APT_A functions to their APT_U equivalents. Implemented the gamecoin.dat file in SharedExtSaveData in the PTM module. Implemented formatting the savegame. Retake a previous savegame if it exists instead of reporting them as not formatted every time a game is loaded.
* | | dyncom: Implement USAT/SSATGravatar bunnei2014-12-293-2/+131
|/ /
* | Merge pull request #253 from purpasmart96/mem_mapGravatar bunnei2014-12-292-69/+76
|\ \ | | | | | | MemMap: Removed I/O address's and added more stuff
| * | MemMap: Added AXI_WRAM & SHARED_PAGE along with other stuffGravatar purpasmart962014-12-132-69/+76
| | | | | | | | | | | | | | | | | | Got rid of I/O address's since the I/O addresses range's overlap with other address's types such as vram, these I/O addresses need to be done in an different way.
* | | dyncom: Various cleanups to match coding style, no functional changes.Gravatar bunnei2014-12-295-7087/+5962
| | |
* | | Merge pull request #361 from lioncash/moreqopsGravatar bunnei2014-12-294-65/+142
|\ \ \ | | | | | | | | dyncom/armemu: Implement QADD8/QSUB8.
| * | | dyncom: Implement QADD8/QSUB8Gravatar Lioncash2014-12-291-32/+42
| | | |
| * | | armemu: Implement QADD8/QSUB8Gravatar Lioncash2014-12-293-33/+100
| | | |
* | | | dyncom: Fix SMLALXY's instruction labelsGravatar Lioncash2014-12-291-2/+2
| | | | | | | | | | | | | | | | They were erroneously labeled as SMLAL.
* | | | Merge pull request #303 from linkmauve/fs-cleanupGravatar Tony Wasserka2014-12-299-169/+97
|\ \ \ \ | |/ / / |/| | | FileSys cleanup
| * | | FileSys: Clean up according to the coding style, and remove redundant ↵Gravatar Emmanuel Gil Peyrot2014-12-249-169/+97
| | | | | | | | | | | | | | | | namespaced names.
* | | | Merge pull request #360 from lioncash/dynuxtGravatar bunnei2014-12-281-2/+55
|\ \ \ \ | | | | | | | | | | dyncom: Implement UXTB16/UXTAB16
| * | | | dyncom: Implement UXTB16/UXTAB16Gravatar Lioncash2014-12-281-2/+55
| | | | |
* | | | | Merge pull request #347 from bunnei/frameskipGravatar bunnei2014-12-283-27/+38
|\ \ \ \ \ | |/ / / / |/| | | | Frameskip
| * | | | GPU: Implement frameskip and remove forced framebuffer swap hack.Gravatar bunnei2014-12-283-27/+38
| | | | |
* | | | | Merge pull request #355 from lioncash/simpGravatar bunnei2014-12-281-225/+142
|\ \ \ \ \ | | | | | | | | | | | | armemu: Simplify some instructions.
| * | | | | armemu: Simplify SSAT/SSAT16/SXTB/SXTABGravatar Lioncash2014-12-281-71/+48
| | | | | |
| * | | | | armemu: Simplify REV/REV16/SXTH/SXTAHGravatar Lioncash2014-12-281-38/+26
| | | | | |
| * | | | | armemu: Simplify USAT16/UXTB/UXTABGravatar Lioncash2014-12-281-65/+42
| | | | | |
| * | | | | armemu: Simplify REVSH/UXTH/UXTAHGravatar Lioncash2014-12-281-48/+23
| | | | | |