aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-20Fix OpenGL issues with RTSS overlays and OBS Game Capture (#3217)riperiperi
2022-03-20oslc: Fix condition in GetSaveDataBackupSetting (#3208)Ac_K
2022-03-19InstEmitMemoryEx: Barrier after write on ordered store (#3193)merry
2022-03-15ntc: Implement IEnsureNetworkClockAvailabilityService (#3192)Ac_K
2022-03-15Caching local network info and using an event handler to invalidate as needed...Jumpman
2022-03-15Implement S8D24 texture format and tweak depth range detection (#2458)gdkchan
2022-03-15Dynamically increase buffer size when resizing (#2861)gdkchan
2022-03-15Ui: Add option to show/hide console window (Windows-only) (#3170)merry
2022-03-14Initialize indexed inputs used on next shader stage (#3198)gdkchan
2022-03-14Do not initialize geometry shader passthrough attributes (#3196)gdkchan
2022-03-12olsc: Implement GetSaveDataBackupSetting (#3190)Ac_K
2022-03-12Implement rotate stick 90 degrees clockwise (#3084)darko1979
2022-03-12Fix GetUserDisableCount NRE (#3187)gdkchan
2022-03-12Limit number of events that can be retrieved from GetDisplayVSyncEvent (#3188)gdkchan
2022-03-11KThread: Fix GetPsr mask (#3180)merry
2022-03-07amadeus: Fix wrong Span usage in CopyHistories (#3181)Mary
2022-03-06T32: Implement Data Processing (Modified Immediate) instructions (#3178)merry
2022-03-06Mod loading from atmosphere SD directories (#3176)MutantAura
2022-03-06Only initialize shader outputs that are actually used on the next stage (#3054)gdkchan
2022-03-05A32: Fix ALU immediate instructions (#3179)merry
2022-03-05Decoders: Fix instruction lengths for 16-bit B instructions (#3177)merry
2022-03-04Decoder: Exit on trapping instructions, and resume execution at trapping inst...merry
2022-03-04T32: Implement B, B.cond, BL, BLX (#3155)merry
2022-03-04Preparation for initial Flatpack and FlatHub integration (#3173)Mary
2022-03-02Implement -p or --profile command line argument (#2947)JavidPack
2022-02-27Update LibHac to v0.16.0 (#3159)Alex Barney
2022-02-22T32: Implement ALU (shifted register) instructions (#3135)merry
2022-02-22Allow textures to have their data partially mapped (#2629)gdkchan
2022-02-22Perform unscaled 2d engine copy on CPU if source texture isn't in cache. (#3112)riperiperi
2022-02-22ARMeilleure: Implement single stepping (#3133)merry
2022-02-22gui: Fixes the games icon when there is an update (#3148)Ac_K
2022-02-22A32: Fix BLX and BXWritePC (#3151)merry
2022-02-22Collapse AsSpan().Slice(..) calls into AsSpan(..) (#3145)Berkan Diler
2022-02-19Add dedicated ServerBase for FileSystem services (#3142)riperiperi
2022-02-17PPTC version increment (#3139)gdkchan
2022-02-18Enable CPU JIT cache invalidation (#2965)gdkchan
2022-02-18Prefer texture over textureSize for sampler type (#3132)gdkchan
2022-02-18Use BitOperations methods and delete now unused BitUtils methods (#3134)Berkan Diler
2022-02-18Move kernel syscall logs to new trace log level (#3137)gdkchan
2022-02-18Implement/Stub mnpp:app service and some hid calls (#3131)Ac_K
2022-02-18Decoders: Add IOpCode32HasSetFlags (#3136)merry
2022-02-17Added trace log level (#3096)mlgatto
2022-02-18Change ServiceNv map creation logs to the Debug level (#3058)Alex Barney
2022-02-17ARMeilleure: Thumb support (All T16 instructions) (#3105)merry
2022-02-17misc: Update GtkSharp.Dependencies and speed up initial Windows build (#3128)Mary
2022-02-17Use ReadOnlySpan<byte> compiler optimization for static data (#3130)Berkan Diler
2022-02-17Use a basic cubic interpolation for the audren upsampler (#3129)riperiperi
2022-02-16amadeus: Fix PCMFloat datasource command v1 (#3127)Mary
2022-02-16Do not allow render targets not explicitly written by the fragment shader to ...gdkchan
2022-02-16amadeus: Fix limiter correctness (#3126)Mary