4.0-252 před 10 lety, 6 měsíci Clean up includes in DiscIO as much as possible.
4.0-251 před 10 lety, 6 měsíci Remove unnecessary include of "../../Core/Src/ConfigManager.h" from BannerLoaderGC.cpp. In actuality, all that was needed here was an include of CommonTypes.h.
4.0-250 před 10 lety, 6 měsíci Clean out unnecessary includes from the DSP JIT.
4.0-249 před 10 lety, 6 měsíci Woops forgot to clean out some files in the Jit64IL. All clean now.
4.0-248 před 10 lety, 6 měsíci Clean out includes from regular JitCommon.
4.0-247 před 10 lety, 6 měsíci Clean out includes in JitILCommon.
4.0-246 před 10 lety, 6 měsíci Remove some more unnecessary includes, as well as organize a little more.
4.0-245 před 10 lety, 6 měsíci Remove some unnecessary includes as well as simplifying exisiting ones if possible.
4.0-244 před 10 lety, 6 měsíci Update Global Melee Netplay Settings to add Pokemon Stadium. (There is probably a better way to manage this.)
4.0-243 před 10 lety, 6 měsíci Don't define __rdtsc if x86intrin.h already does.
4.0-242 před 10 lety, 6 měsíci Remove a redundant assignment in Init() within PowerPC.cpp. We already assign zero to ppcState.dtlb_last.
4.0-241 před 10 lety, 6 měsíci Fix a filter in the VS project file for JitILCommon-related files.
4.0-240 před 10 lety, 6 měsíci Basic precompiled header support for Linux/OS X. Shaves 20-30% off full rebuild time on my system.
4.0-239 před 10 lety, 6 měsíci Fix TextureEncoder.h
4.0-238 před 10 lety, 6 měsíci Fix out-of-tree build on OS X.
4.0-237 před 10 lety, 6 měsíci Document some UGeckoInstruction fields
4.0-236 před 10 lety, 6 měsíci [Netplay] Allow a spectator to leave without affecting players.
4.0-235 před 10 lety, 6 měsíci jit64: enable faddsx again
4.0-234 před 10 lety, 6 měsíci ogl: only use bufferdata if buffersubdata is broken
4.0-233 před 10 lety, 6 měsíci Fix rendering on Adreno and Mali. This adds a new DriverDetails bug to know if the bufferstreaming is broken. Thanks degasus for fixing this.