Commit graph

  • 28dce365ed Make it possible to load an arbitrary mii database from a Switch Thog 2020-02-28 18:57:47 +0100
  • 37524fafa0 Remove some debug leftovers Thog 2020-02-28 18:26:40 +0100
  • 35393cb7cd Implement mii:u and mii:e entirely Thog 2020-02-28 18:18:10 +0100
  • 5ed1534569 Replace AND 0xFFFF with 16-bits zero extension (more efficient) gdkchan 2020-02-27 22:29:19 -0300
  • d1a58efda3 Fix new tests gdkchan 2020-02-27 22:06:16 -0300
  • 7a4eeee034 Add SSAT, SSAT16, USAT and USAT16 ARM32 instructions gdkchan 2020-02-27 22:00:10 -0300
  • 81b67449a5 Rename SMULH to SMUL__ gdkchan 2020-02-27 02:00:54 -0300
  • 95f3a69f63 Improve test descriptions gdkchan 2020-02-26 22:55:08 -0300
  • 9eb06f7879 Implement SMULWB, SMULWT, SMLAWB, SMLAWT, and add tests for some multiply instructions gdkchan 2020-02-26 22:00:34 -0300
  • 1fe5b1a260
    jd's requested changes Xpl0itR 2020-02-19 11:32:36 +0000
  • 1c38ac8813
    Move status information from the title bar to the new status bar Xpl0itR 2020-02-18 12:31:41 +0000
  • a1f3e63eb9 Moved all DLL references to a sub-folder Olivier Tremblay 2020-02-24 08:23:25 -0500
  • b1b6f294f2
    Add most of the A32 instruction set to ARMeilleure (#897) riperiperi 2020-02-23 21:20:40 +0000
  • edc34a7180 Call Flag as int on A32 riperiperi 2020-02-20 22:54:22 +0000
  • 61c29e6cdf Address more table ordering riperiperi 2020-02-20 00:13:36 +0000
  • 6bebf44b8f Flatten OpCodeTable riperiperi 2020-02-19 22:53:55 +0000
  • 520b20fe34 Address LDj feedback (minus table flatten) riperiperi 2020-02-19 22:50:40 +0000
  • 502cdf875c Move exclusive load to helper, reference call flag rather than literal 1. riperiperi 2020-02-19 22:26:23 +0000
  • 165e658f02
    Actually use the dummy NACP for EnsureApplicationSaveData (#939) Alex Barney 2020-02-18 04:35:47 -0700
  • 5f6949d9b0
    Improve rendering on resolution lower than 1080p (#944) Thog 2020-02-18 12:34:57 +0100
  • 88b21dd306 Apply scaling factor to the renderer (This fix 4K displays) Thog 2020-02-17 22:52:43 +0100
  • d736352da2
    Add button in settings to open logs folder (#947) Xpl0itR 2020-02-17 21:35:03 +0000
  • e5f78fb1d4
    Replace LinkedList by IntrusiveList to avoid allocations on JIT (#931) gdkchan 2020-02-17 18:30:54 -0300
  • 4c1165748e
    Add button in settings to open logs folder Xpl0itR 2020-02-17 16:23:22 +0000
  • 307b436e64 Improve rendering on resolution lower than 1080p Thog 2020-02-14 22:23:58 +0100
  • e9a37ca6a8
    Implement GetCurrentIpConfigInfo (#943) Thog 2020-02-17 16:28:41 +0100
  • b2ad793e97 appveyor: fix versioning Thog 2020-02-17 13:00:34 +0100
  • dd8b90de50 appveyor: Add more line return to avoid some part of the configuration to be commented.. Thog 2020-02-17 12:51:20 +0100
  • b286aca9d2 appveyor: Ensure version doesn't colide when starting the build Thog 2020-02-17 12:49:39 +0100
  • 4cfc31aea4 Try to fix AppVeyor Thog 2020-02-17 12:46:55 +0100
  • f3fffbdf00 Added Github Releases Updater MelonSpeedruns 2020-02-16 21:51:18 -0500
  • 20d2302d9c Use GitHub Releases for official builds Thog 2020-02-17 02:34:49 +0100
  • 589f11c2f7 Use ConstF rather than creating an operand. riperiperi 2020-02-16 13:48:59 +0000
  • 7653e26fbe Add Debug Asserts to A32 helpers riperiperi 2020-02-16 13:45:39 +0000
  • d89e90a16e
    Catch System.IO.IOException (#932) Xpl0itR 2020-02-15 20:20:19 +0000
  • 8353a1660b Remove Travis configuration and update build action to use v2 of checkout Thog 2020-02-15 14:46:24 +0100
  • 45d86b8f6f Retrigger Appveyor Thog 2020-02-15 13:08:05 +0100
  • 91b37ae36e
    Accept gamepad inputs when not focused (#941) Thog 2020-02-15 12:30:53 +0100
  • 4789f79254
    Fix crash when first starting the emulator (#945) Thog 2020-02-14 23:07:22 +0100
  • 4a908f3b5f Fix a nit Thog 2020-02-14 22:52:24 +0100
  • b94811627b Fix crash when first starting the emulator Thog 2020-02-14 22:50:03 +0100
  • a73fd9e9bd
    Changes to configuration (#811) Xpl0itR 2020-02-14 19:19:13 +0000
  • 5ccec8dab0
    add "Profile Debug" as a condition to copy the default config to output Xpl0itR 2020-02-14 17:59:28 +0000
  • c024ee7e36
    Catch System.IO.IOException Xpl0itR 2020-02-13 17:18:28 +0000
  • cd6ba98d43 Address Ac_K comment Thog 2020-02-14 16:24:47 +0100
  • a8746e7d3f Implement GetCurrentIpConfigInfo Thog 2020-02-14 16:18:01 +0100
  • 49b67ded8b Accept gamepad inputs when not focused Thog 2020-02-14 12:20:17 +0100
  • dbe3f938c7
    Remove ScopedGlContext (#933) Thog 2020-02-14 11:52:34 +0100
  • 949bb81a9e
    Add version in all window titles (#935) Ac_K 2020-02-14 11:33:22 +0100
  • 9e4f668f6c
    Update bindless to indexed conversion code pattern match (#938) gdkchan 2020-02-14 07:29:58 -0300
  • da2caa929f rebase, and move swap check to flinger emmauss 2020-02-12 09:26:24 +0000
  • a80300e7db test changing swap interval emmaus 2020-02-08 20:11:32 +0000
  • dd7b087f26 Actually use the dummy NACP for EnsureApplicationSaveData Alex Barney 2020-02-13 22:33:05 -0700
  • 88e1957f33 Correct index shift gdkchan 2020-02-14 00:15:22 -0300
  • 39ce71b407 Update bindless to indexed conversion code pattern match gdkchan 2020-02-13 23:50:32 -0300
  • 1bef6c5b2f Add version in all window titles Ac_K 2020-02-14 02:09:37 +0100
  • 5a9dba0756
    Sign-extend shader memory instruction offsets (#934) gdkchan 2020-02-13 21:48:07 -0300
  • e5e2f27bed Sign-extend shader memory instruction offsets gdkchan 2020-02-13 20:41:32 -0300
  • ea6fc47fac Address Feedback from LDj3SNuD riperiperi 2020-02-13 22:26:09 +0000
  • 24de8ec99e Remove ScopedGlContext Thog 2020-02-13 19:09:43 +0100
  • 416ddd0f6e
    Some fixes for the new GLRenderer (#930) Thog 2020-02-13 18:43:29 +0100
  • 01a83f4121 Remove an extra line return Thog 2020-02-13 18:28:37 +0100
  • c4b7feb409 Remove previous transparency clear attempt that is useless now Thog 2020-02-13 18:26:42 +0100
  • 4f539498ca Fix full screen inversion in MainWindow and make sure _listStatusBox don't come back when not needed Thog 2020-02-13 18:26:10 +0100
  • afc51e077d Enforce footer bar size to avoid gl widget to get resized to 1280x724 Thog 2020-02-13 18:10:47 +0100
  • bb0909d075 Fix wrong replacements gdkchan 2020-02-13 13:12:41 -0300
  • ac2171d952 Replace LinkedList by IntrusiveList to avoid allocations on JIT gdkchan 2020-02-13 13:06:41 -0300
  • 58d501f758 Make sure to clear alpha channel when presenting Texture Thog 2020-02-13 16:22:48 +0100
  • a528199cd4 Some fixes for the new GLRenderer Thog 2020-02-12 15:55:45 +0100
  • e29dc94b81
    AcK's requested changes Xpl0itR 2020-02-02 21:19:06 +0000
  • b05245b098
    config loading changes Xpl0itR 2020-02-02 21:18:44 +0000
  • d32fd27ee2
    Merge branch 'master' into master Dr.Hacknik 2020-02-12 08:40:27 -0500
  • e15a11d250 Merge remote-tracking branch 'origin/master' Ash 2020-02-12 08:37:18 -0500
  • a4c347d92b Implemented review from Thog! MelonSpeedruns 2020-02-07 16:01:46 -0500
  • 347b413a19 Appveyor messed the build up MelonSpeedruns 2020-02-06 18:22:20 -0500
  • e9f377737b Fixed building MelonSpeedruns 2020-02-06 16:35:58 -0500
  • 47d7b8431a Fixed updater for good. MelonSpeedruns 2020-02-06 16:29:02 -0500
  • 8d83878f67
    Improve build identification (#927) Thog 2020-02-12 14:35:39 +0100
  • 14e733c09a Much comparison Ash 2020-02-06 16:12:55 -0500
  • 9c4be8a585 Fixed Ash 2020-02-06 16:04:19 -0500
  • 75f4762dc3 Auto stash before merge of "master" and "origin/master" Ash 2020-02-06 16:01:04 -0500
  • ba546799ea "Pwease push code and call me stoopid" MelonSpeedruns 2020-02-06 15:58:29 -0500
  • b6fc77045c Brb committing neckrope Ash 2020-02-06 15:52:51 -0500
  • a8a0cd82df Alright, final commit! MelonSpeedruns 2020-02-06 15:42:14 -0500
  • 003263b7fd Added empty lines MelonSpeedruns 2020-02-06 15:34:56 -0500
  • d4ce87292f Update appveyor.yml MelonSpeedruns 2020-02-06 15:32:54 -0500
  • 0762df11af Update appveyor.yml MelonSpeedruns 2020-02-06 15:24:40 -0500
  • e76fe069ed Update appveyor.yml MelonSpeedruns 2020-02-06 15:20:01 -0500
  • 8db1a7cc97 Ultimate Brain MelonSpeedruns 2020-02-06 15:14:01 -0500
  • f1dee352c6 I am the big smart Ashley 2020-02-06 15:10:59 -0500
  • c25bf59b58 I am smart I swear Ashley 2020-02-06 15:00:31 -0500
  • 7466be8065 Modified the update logic Ashley 2020-02-06 14:55:26 -0500
  • 60a0a97989 Update appveyor.yml MelonSpeedruns 2020-02-06 14:54:39 -0500
  • db97685726 Writing version comparison logic Ashley 2020-02-06 14:35:59 -0500
  • f0901abe42 Added Version.json Ashley 2020-02-06 14:25:50 -0500
  • 21e9d32798 Update Ryujinx.sln MelonSpeedruns 2020-02-06 13:55:54 -0500
  • 87a7896f2c Fixed build error MelonSpeedruns 2020-02-02 15:38:52 -0500
  • b6fcd0a9fb Better Variable Names & Some Optimising MelonSpeedruns 2020-02-02 15:32:01 -0500
  • 62cec5edf6 Now showing download percentage! MelonSpeedruns 2020-02-02 15:23:50 -0500
  • 2eb2532fac Fixed Info dialogs MelonSpeedruns 2020-02-02 14:53:45 -0500