8b1738aeac
Merge pull request #5023 from jroweboy/fix-register-length
...
Use the correct register length for index_array
2019-12-13 20:31:08 -07:00
30dfe1fcb8
Use the correct register length for index_array
...
The index_array can't possible be 31 bits long as that would index
out of bounds memory. According to 3dbrew, this should be 28
2019-12-13 18:08:07 -07:00
4efb9c6d99
Merge pull request #5016 from zhaowenlan1779/swkbd-fix
...
applets/swkbd: Remove text memory clearing
2019-12-01 12:09:26 -05:00
17ba846a3f
applets/swkbd: Remove text memory clearing
...
The text shared memory wasn't supposed to be cleared according to my comparison with the LLE swkbd. This can cause issues in certain games such as Harvest Moon.
A null terminator is added to the text copied to mark the end of the string.
2019-12-01 23:01:07 +08:00
866df2644b
Merge pull request #4982 from vvanelslande/mic-device
...
service/mic: actually use the specified device
2019-11-28 21:23:36 -07:00
ab2b82174c
Merge pull request #5013 from jroweboy/ninjamac
...
Remove fat binary mac build because travis times out
2019-11-28 10:58:28 -07:00
767b49c552
testing ninja on macos travis
2019-11-27 17:18:47 -07:00
15ed600c91
Merge pull request #4956 from vitor-k/game-sorting
...
Fixes to game list sorting
2019-11-20 09:48:08 -07:00
e6c7f84dc6
Merge pull request #4964 from citra-emu/wwylele-patch-1
...
unfold UNREACHABLE implementation for dumb compilers
2019-11-20 09:43:48 -07:00
6d0189b4b1
Merge pull request #4992 from FearlessTobi/port-2513
...
yuzu/game_list&multiplayer: Specify string conversions explicitly
2019-11-20 10:45:21 -05:00
85f2e577b5
Merge pull request #5006 from FearlessTobi/port-3123
...
Port yuzu-emu/yuzu#3123 : "common/logging: Silence no return value warnings"
2019-11-20 10:34:47 -05:00
0acacc4e1a
Merge pull request #5002 from vvanelslande/username-fix
...
Fix moderation by room host in dedicated rooms
2019-11-19 23:51:21 -07:00
30be149f87
common/logging: Silence no return value warnings
2019-11-19 16:47:35 +01:00
4442a25e31
Merge pull request #5004 from BreadFish64/tev-clean
...
video_core: remove MSVC hack comment on TevStageConfigRaw
2019-11-18 13:28:05 -05:00
e38b4f6707
video_core: get rid of MSVC hack comment
2019-11-17 17:42:19 -06:00
d16d34203a
Fix moderation by room host in dedicated rooms
2019-11-17 09:59:54 -05:00
e1e136d72f
service/mic: actually use the specified device
2019-11-11 17:15:10 -05:00
5fa71d425b
Merge pull request #4998 from vvanelslande/count
...
dedicated_room: fix crash (count != 0) when closing the room
2019-11-11 15:54:44 -05:00
060119d333
Merge pull request #4987 from vvanelslande/room-logging
...
network/room (server): add message/join/leave/kick/ban/unban/game name logging
2019-11-11 20:29:33 +08:00
1c6a8e995a
Merge pull request #4953 from vvanelslande/qt-ui-unused
...
citra_qt/main.ui: remove unused actions "Load Symbol Map..." and "Select Game Directory..."
2019-11-11 20:27:48 +08:00
98c396f179
Merge pull request #4995 from vvanelslande/rename-profile
...
settings, configure_input: fix rename input profile
2019-11-10 21:25:01 -05:00
cb58386ab6
Merge pull request #5000 from vvanelslande/utility
...
citra_qt/configuration: add missing Read/SaveUtilityValues
2019-11-10 21:24:39 -05:00
bb48d2491d
citra_qt/configuration: add missing Read/SaveUtilityValues
2019-11-10 19:26:03 -05:00
62014e8f34
dedicated_room: fix crash (count != 0) when closing the room
2019-11-10 17:07:00 -05:00
1f708e8bad
settings, configure_input: fix rename input profile
2019-11-09 16:55:03 -05:00
4f19d380f5
Merge pull request #4868 from khang06/tex-dump
...
Texture dumping and replacement
2019-11-09 13:06:19 -07:00
df99d98240
specify size of buffer and use openglstate in getteximageoes
2019-11-09 12:58:17 -07:00
a458155f99
texture dump hotkey (ctrl+d)
...
address more comments
2019-11-09 12:56:30 -07:00
5450d4980d
crash hotfix (no clang-format because on phone)
...
hotfix 2: check if the texture is custom before dumping
hotfix 4: fix custom texture conflict detection
2019-11-09 12:56:28 -07:00
ae4aaf2fc1
nested folder support + refuse to load incompatibly sized textures + general cleanups
2019-11-09 12:56:27 -07:00
8a98310a16
address more comments, fix dumping textures that already got dumped
2019-11-09 12:56:27 -07:00
c2a32e942b
address more comments
2019-11-09 12:56:27 -07:00
3534ad0835
reorder graphics tab, move speed to general
2019-11-09 12:56:27 -07:00
da83430a68
add enhancements tab files
2019-11-09 12:56:27 -07:00
650fe6447d
generate mipmaps (for now)
2019-11-09 12:56:27 -07:00
f09489475a
fix texture dumping on opengl es, create load folder if none exists if custom textures is enabled
2019-11-09 12:56:27 -07:00
254f8a4643
fix inverted texture dump error message path
2019-11-09 12:56:27 -07:00
8b881ac1fc
fix preload textures being enabled when it shouldn't
...
address more comments
2019-11-09 12:56:25 -07:00
391e552927
qimageinterface fixes, remove old lodepng, address more comments
2019-11-09 12:56:24 -07:00
93aab2c109
lodepng as submodule
2019-11-09 12:56:24 -07:00
b81c15941e
add image interface, remove lodepng from video_core/core, address more comments, fix comments
...
remove unnecessary conversion
2019-11-09 12:56:21 -07:00
5940361b81
new-line that clang-format didn't fix
...
address some comments
2019-11-09 12:56:17 -07:00
59b475a4b9
implement custom texture preload
2019-11-09 12:56:17 -07:00
657a129b60
handle upscaling and offsets (fixes oot3d)
2019-11-09 12:54:43 -07:00
6d90c42a79
fix crashes, add custom texture cache, load textures from load directory
2019-11-09 12:54:40 -07:00
f866b2a917
texture replacement (also messy)
2019-11-09 12:53:16 -07:00
deff865ac9
initial sloppy texture dumping implementation (opengl only)
2019-11-09 12:53:16 -07:00
94b3c63bf9
add dump dir to user paths
2019-11-09 12:53:16 -07:00
e0d63bd21b
add texture dumping as a config entry
2019-11-09 12:53:12 -07:00
2b92065d2a
add lodepng as an external, have video_core depend on it
2019-11-09 12:48:23 -07:00