Commit Graph

  • a3d6baab91 Remove useless spacing gdkchan 2018-04-04 19:29:34 -0300
  • 836a003c8e stubs (#69) emmauss 2018-04-05 01:16:59 +0300
  • e16ca561cb HashSet is not thread safe, hopefully this fixes the CPU issue where it throws a exception on Add gdkchan 2018-04-04 18:17:37 -0300
  • a20d6b34ab Add PRFM (unscaled) instruction gdkchan 2018-04-04 18:09:24 -0300
  • 7fe12ad169 Add FNEG (vector) instruction gdkchan 2018-04-04 16:36:07 -0300
  • e0c3d9c8df Fix SvcGetThreadId gdkchan 2018-04-04 16:07:44 -0300
  • 0ac4681fa0 Fix 32-bits extended register instructions with 64-bits extensions gdkchan 2018-03-30 23:32:06 -0300
  • 53e2d34905 Enable all ld/st (single structure) instructions gdkchan 2018-03-30 18:06:02 -0300
  • 916540ff41 Fix EXT/Widening instruction carrying garbage values on some cases, fix ABD (it shouldn't accumulate, this is another variation of the instruction) gdkchan 2018-03-30 17:37:31 -0300
  • 76ac31add6 Add BIT instruction gdkchan 2018-03-30 16:46:00 -0300
  • 19b8344568 Add UABD instruction gdkchan 2018-03-30 16:30:23 -0300
  • ba43af5765 Add UABDL instruction gdkchan 2018-03-30 16:16:16 -0300
  • f42f39fd90 Add UADDL instruction gdkchan 2018-03-30 15:55:28 -0300
  • 9b6fa1f89e Add UHADD instruction gdkchan 2018-03-30 12:37:07 -0300
  • f48f5e3f5b SVC: Add GetInfo type 20 (added in 5.0.0) to the list of explicitly unimplemented types. (#68) Ezekiel Bethel 2018-03-30 16:27:48 +0100
  • b2549d83bf Add FNMADD instruction gdkchan 2018-03-24 00:23:42 -0300
  • 873a7cd112 Add Cls Instruction. (#67) LDj3SNuD 2018-03-24 02:06:05 +0100
  • 0d2f073152 implement isession:getperformanceconfiguration (#64) emmauss 2018-03-23 14:26:11 +0200
  • 423ae5d889 handle vi:u and vi:s getdisplayservice (#66) emmauss 2018-03-23 12:44:27 +0200
  • 33ad3982aa added set: getavailablelanguagecount (#65) emmauss 2018-03-23 12:42:34 +0200
  • ca6cf1cc90 Add Frint Instructions and Tests (#62) MS-DOS1999 2018-03-23 11:40:23 +0100
  • 3c82c8de8c rename some services (#63) emmauss 2018-03-22 01:30:10 +0200
  • e2a80ba29e rename some calls to current names (#61) emmauss 2018-03-21 18:28:12 +0200
  • d4a3e8267b Allow enabling/disabling memory checks on config file gdkchan 2018-03-20 18:42:13 -0300
  • e922c3627a Rename IpcServices -> Services gdkchan 2018-03-20 17:00:00 -0300
  • 1bd99e5597 Support different framebuffer offsets (fixes #59) gdkchan 2018-03-20 12:18:25 -0300
  • 4314a8f3e5
    [WIP] Add support for events (#60) gdkchan 2018-03-19 15:58:46 -0300
  • 4940cf0ea5 Add BFI instruction, even more audout fixes gdkchan 2018-03-16 00:42:44 -0300
  • 88c6160c62 Add MLA (vector by element), fixes some cases of MUL (vector by element)? gdkchan 2018-03-15 22:36:47 -0300
  • 79a5939734
    Improvements to audout (#58) gdkchan 2018-03-15 21:06:24 -0300
  • 92f47d535e Fix crc32 instruction with size greater than a byte gdkchan 2018-03-15 18:14:22 -0300
  • ee8fb18a0f Fix CPU instruction Ld/St (single structure) with index != 0 gdkchan 2018-03-15 12:59:23 -0300
  • b50bc46888 CPU fix for the cases using a Mask with shift = 0 gdkchan 2018-03-14 01:59:22 -0300
  • d067b4d5e0 Remove unused function from CPU gdkchan 2018-03-14 00:57:07 -0300
  • 553ba659c4 Add CRC32 instruction and SLI (vector) gdkchan 2018-03-14 00:12:05 -0300
  • 19564e570b Stub StartSixAxisSensor gdkchan 2018-03-13 21:26:14 -0300
  • 2ed24af756 Add pl:u stub, use higher precision on CNTPCT_EL0 register tick count gdkchan 2018-03-13 21:24:17 -0300
  • 4d90d60119 stub some hid service functions (#57) emmauss 2018-03-13 23:59:17 +0200
  • 6f4282daf8 IAudioDeviceService -> IAudioDevice gdkchan 2018-03-12 16:31:09 -0300
  • d88b5c7621 Fix GetAudioRenderersProcessMasterVolume which was totally wrong gdkchan 2018-03-12 16:29:06 -0300
  • e32f27158f Stub GetAudioRenderersProcessMasterVolume and avoid blowing up the stack inside HDomains Dispose method gdkchan 2018-03-12 02:07:48 -0300
  • 8cb23c133b Add bsd:s service variant again gdkchan 2018-03-12 01:15:39 -0300
  • 7a27990faa Allow more than one process, free resources on process dispose, implement SvcExitThread gdkchan 2018-03-12 01:04:52 -0300
  • 3aaa4717b6 Implement BSD Service (#54) Ac_K 2018-03-12 02:05:39 +0100
  • 28275a8976 Do not sign-extend timestamps gdkchan 2018-03-10 20:51:55 -0300
  • 3777fb44cf Allow to enable/disable memory checks even on release mode through the flag, return error for invalid addresses on SvcMap*Memory svcs, do not return error on SvcQueryMemory (instead, return reserved for the end of the address space), other minor tweaks gdkchan 2018-03-10 20:39:16 -0300
  • 553f6c2976 Fix EmitScalarUnaryOpF and add SSRA (vector) gdkchan 2018-03-10 00:00:31 -0300
  • 30bcb8da33 Add FRINTM (vector) instruction gdkchan 2018-03-09 23:41:05 -0300
  • aa2d2b3149 Add SHLL instruction gdkchan 2018-03-09 23:28:38 -0300
  • 5912bd2beb Disable memory checks by default, even on debug, move ram memory allocation inside the CPU, since the size if fixed anyway, better heap region size gdkchan 2018-03-09 23:12:57 -0300
  • be0e4007dc Add SMLAL (vector), fix EXT instruction gdkchan 2018-03-06 21:36:49 -0300
  • 4f177c9ee7 More Vi/NvFlinger/NvDrv stubs, allow paths starting with //, do not allow paths that don't start with at least a /, increase map region size gdkchan 2018-03-06 17:27:50 -0300
  • 4038e63de1 Implement basic performance statistics (#53) emmauss 2018-03-06 22:18:49 +0200
  • 39ed14a3d6 stub IApplicationDisplayService:CloseDisplay (#52) emmauss 2018-03-06 15:25:26 +0200
  • 2d9edddf8c Remove QueryMemory workaround gdkchan 2018-03-05 16:20:30 -0300
  • 59d1b2ad83 Add MUL (vector by element), fix FCVTN, make svcs use MakeError too gdkchan 2018-03-05 16:18:37 -0300
  • 0e343a748d Add FCVTL and FCVTN instruction (no Half support yet), stub SvcClearEvent gdkchan 2018-03-05 12:58:19 -0300
  • c9ef25681d Add Frintx_S, ASRV test, update ADCS, use Assert.Multiple and indent (#44) MS-DOS1999 2018-03-05 13:21:19 +0100
  • 73cc30cc80 Allow multiple hid shared memory locations gdkchan 2018-03-05 02:09:52 -0300
  • 344fc8a55d Try fixing NvFlinger rotation with scaling, return correct error code on WaitSignal timeout, always display window at the center of the screen gdkchan 2018-03-04 20:32:18 -0300
  • 3edb66f389
    Improve CPU initial translation speeds (#50) gdkchan 2018-03-04 14:09:59 -0300
  • ee9df32e3e Do not block execution on audout append buffer gdkchan 2018-03-04 01:41:35 -0300
  • 479443564c Remove unneeded log messages gdkchan 2018-03-04 00:09:16 -0300
  • 8dcffe6a51 Fix hid touch screen timestamp, add more log info gdkchan 2018-03-04 00:06:44 -0300
  • 7d48886750 Fix Rename* functions on FspSrv, add a separate class do hold system settings on Switch gdkchan 2018-03-03 14:04:58 -0300
  • 646af2498c Fix paths using ascii instead of utf8 on IFileSystem gdkchan 2018-03-03 02:24:04 -0300
  • c14c69a10c
    Refactor HID, fix issues (#48) gdkchan 2018-03-02 22:49:17 -0300
  • efef605b26 Fix REV64 (vector) instruction gdkchan 2018-03-02 20:24:16 -0300
  • 829b1b1cc0 Add REV64 (vector) instruction gdkchan 2018-03-02 20:03:28 -0300
  • f39a864050 Add EXT, CMTST (vector) and UMULL (vector) instructions gdkchan 2018-03-02 19:21:54 -0300
  • 1d71e33171 Update IAudioOut.cs (#51) Ac_K 2018-03-02 05:06:05 +0100
  • 65e04e9854 stub set_sys (#49) emmauss 2018-03-01 22:23:55 +0200
  • 5d8a615c21 Enable hardware frame buffer texture scaling gdkchan 2018-02-28 23:37:40 -0300
  • eacd432387 Fix wrong rotation direction on nvflinger gdkchan 2018-02-28 19:21:04 -0300
  • 424e045940 More stubs (#47) Ac_K 2018-02-28 21:58:04 +0100
  • 7f0bee2ff8 Stubs implementations (#45) Ac_K 2018-02-28 04:31:52 +0100
  • f876bd2a80 Change SvcGetInfo 5 to return actual heap size, remove AMemoryAlloc since it is no longer needed with direct memory access, move some memory management logic out of AMemoryMgr, change default virtual filesystem path to AppData gdkchan 2018-02-27 20:45:07 -0300
  • 708761963e Fix corner cases of ADCS and SBFM gdkchan 2018-02-26 15:56:34 -0300
  • f6dc86c6a0 Implement SvcSetMemoryAttribute gdkchan 2018-02-25 22:53:01 -0300
  • 13214ffa43 Fix regression introduced on last commit with wrong ImageEnd gdkchan 2018-02-25 22:44:30 -0300
  • 950011c90f Added initial support for function names from symbol table on the cpu with tracing, fix wrong ImageEnd on executables with MOD0, fix issue on the CPU on input elimination for instruction with more than one register store gdkchan 2018-02-25 22:14:58 -0300
  • e174100474 Implement many objects, improve logging. (#42) Ac_K 2018-02-25 19:58:16 +0100
  • fba0bf8732 Refactor IPC services to have commands into separate classes, fix readme url gdkchan 2018-02-25 01:34:16 -0300
  • a4ff0d3484 Update ADC test, add WZR/WSP, ADCS, SBCS test (#37) MS-DOS1999 2018-02-25 02:50:58 +0100
  • e90a0f0e33 Update SvcSystem.cs (#40) Ac_K 2018-02-25 00:09:10 +0100
  • 8fa26a18c5 Update IpcMessage.cs (#38) Ac_K 2018-02-25 00:08:54 +0100
  • c9f54aabfb Update IpcHandler.cs (#39) Ac_K 2018-02-25 00:08:29 +0100
  • 31b35a9645 Add FABD (scalar), ADCS, SBCS instructions, update config with better default control mappings, update readme with the new mappings gdkchan 2018-02-24 18:47:08 -0300
  • c02a2b510f
    Fix build link gdkchan 2018-02-24 13:30:37 -0300
  • 035efc913e Fix cpu issue with cmp optimization, add HINT and FRINTX (scalar) instructions, fix for NvFlinger sometimes missing free buffers gdkchan 2018-02-24 11:19:28 -0300
  • 3936c93448 Map heap on heap base region, fix for thread start on homebrew, add FCVTMU and FCVTPU (general) instructions, fix FMOV (higher 64 bits) encodings, improve emit code for FCVT* (general) instructions gdkchan 2018-02-23 21:59:38 -0300
  • 2ed733b1d5 Somewhat better NvFlinger (I guess) (fixes #30) gdkchan 2018-02-23 18:48:27 -0300
  • eafc58c9f2 Add flags parameters in singleOpcode function, and add ADC Test (#36) MS-DOS1999 2018-02-23 15:53:32 +0100
  • f09a0082bf Review of cpu tests and creation of a class for mixed cpu tests. (#35) LDj3SNuD 2018-02-23 13:29:20 +0100
  • 0ff5ec5cb5 Merge branch 'master' of https://github.com/gdkchan/Ryujinx gdkchan 2018-02-22 16:26:54 -0300
  • 2cba1d49f6 Add FRINTP instruction, fix opcode ctor call method creation with multithreading gdkchan 2018-02-22 16:26:11 -0300
  • 1b33e2f1d4 implement single tap touchscreen (#34) emmauss 2018-02-22 15:28:27 +0200
  • 224211367f Initiale hbmenu.nro support (#32) Ac_K 2018-02-22 01:51:17 +0100
  • b2f733da78 FspSrv improvements, also fix ImageEnd for NROs without a MOD0 section gdkchan 2018-02-21 18:56:52 -0300
  • 3696255457 Add ChocolArm64 reference to Ryujinx.Tests gdkchan 2018-02-20 17:19:00 -0300