This website requires JavaScript.
8d17aa40fd
Remove vsync setting
James Rowe
2019-09-16 20:45:47 -06:00
fcbe5e1acd
Add a separate thread for rendering and add texture mailbox and shared context to SDL
James Rowe
2019-09-16 20:39:19 -06:00
91255b8802
Change Qt to use QOpenGLWidget and support shared context and texture mailbox
James Rowe
2019-09-16 20:38:48 -06:00
27d0fc64d0
Add texture mailbox support to opengl renderer.
James Rowe
2019-09-16 20:37:43 -06:00
c2e7903825
Split graphics out of EmuWindow in preparation of shared contexts
James Rowe
2019-09-16 20:36:16 -06:00
db7a627a2e
Add scope acquire context to simplify MakeCurrent and DoneCurrent calls
James Rowe
2019-09-16 20:34:57 -06:00
4f19d380f5
Merge pull request #4868 from khang06/tex-dump
James Rowe
2019-11-09 13:06:19 -07:00
df99d98240
specify size of buffer and use openglstate in getteximageoes
Khangaroo
2019-10-12 11:25:27 -04:00
a458155f99
texture dump hotkey (ctrl+d)
khang06
2019-08-17 19:43:40 -04:00
5450d4980d
crash hotfix (no clang-format because on phone)
Khangaroo
2019-08-17 09:15:18 -04:00
ae4aaf2fc1
nested folder support + refuse to load incompatibly sized textures + general cleanups
Khangaroo
2019-08-16 22:34:22 -04:00
8a98310a16
address more comments, fix dumping textures that already got dumped
Khangaroo
2019-08-14 10:43:24 -04:00
c2a32e942b
address more comments
Khangaroo
2019-08-14 01:04:50 -04:00
3534ad0835
reorder graphics tab, move speed to general
Khangaroo
2019-08-09 22:08:18 -04:00
da83430a68
add enhancements tab files
Khangaroo
2019-08-09 22:08:02 -04:00
650fe6447d
generate mipmaps (for now)
Khangaroo
2019-08-09 12:57:05 -04:00
f09489475a
fix texture dumping on opengl es, create load folder if none exists if custom textures is enabled
Khangaroo
2019-08-08 16:55:36 -04:00
254f8a4643
fix inverted texture dump error message path
Khangaroo
2019-08-08 15:07:29 -04:00
8b881ac1fc
fix preload textures being enabled when it shouldn't
Khangaroo
2019-08-07 14:26:25 -04:00
391e552927
qimageinterface fixes, remove old lodepng, address more comments
Khangaroo
2019-08-07 14:21:47 -04:00
93aab2c109
lodepng as submodule
Khangaroo
2019-08-07 14:21:16 -04:00
b81c15941e
add image interface, remove lodepng from video_core/core, address more comments, fix comments
Khangaroo
2019-08-06 22:56:56 -04:00
5940361b81
new-line that clang-format didn't fix
Khangaroo
2019-08-06 12:24:07 -04:00
59b475a4b9
implement custom texture preload
Khangaroo
2019-08-06 11:54:12 -04:00
657a129b60
handle upscaling and offsets (fixes oot3d)
Khangaroo
2019-08-06 09:47:08 -04:00
6d90c42a79
fix crashes, add custom texture cache, load textures from load directory
Khangaroo
2019-08-06 08:43:24 -04:00
f866b2a917
texture replacement (also messy)
Khangaroo
2019-07-31 14:27:15 -04:00
deff865ac9
initial sloppy texture dumping implementation (opengl only)
khang06
2019-04-03 21:42:21 -04:00
94b3c63bf9
add dump dir to user paths
khang06
2019-04-02 21:29:36 -04:00
e0d63bd21b
add texture dumping as a config entry
khang06
2019-04-02 20:57:13 -04:00
2b92065d2a
add lodepng as an external, have video_core depend on it
khang06
2019-04-02 18:57:36 -04:00
926902cc5e
Merge pull request #4993 from bunnei/web-token-b64
James Rowe
2019-11-09 12:45:11 -07:00
a1544d8669
dedicated_room: Support single Base64 token.
bunnei
2019-11-09 02:42:37 -05:00
3a18039c53
citra_qt: configure_web: Use Base64 encoded token for simplifying user experience.
bunnei
2019-11-08 22:38:48 -05:00
34c6b7ca48
Merge pull request #4985 from FearlessTobi/port-2942
Weiyi Wang
2019-11-08 23:42:32 -05:00
9c1535621a
citra_qt/game_list: Specify string conversions explicitly
FearlessTobi
2019-11-09 02:46:23 +01:00
6cf0043830
citra_qt/updater: Specify string conversions explicitly
FearlessTobi
2019-11-09 02:46:07 +01:00
8f29ab3ceb
citra_qt/multiplayer: Specify string conversions explicitly
FearlessTobi
2019-11-09 02:45:47 +01:00
ff931590b0
configuration/config: Move config loading and saving to functions based off groups (#4855 )
Tobias
2019-11-07 17:33:41 +01:00
db1b0a1964
network/room: add message/join/leave/kick/ban/unban/game name logging
vvanelslande
2019-11-02 21:16:37 -05:00
5e98835b5f
yuzu/game_list: Silence -Wswitch
FearlessTobi
2019-11-02 18:56:23 +01:00
5d1d0b3693
yuzu/game_list_worker: Silence warnings
FearlessTobi
2019-11-02 18:55:08 +01:00
44611c9985
citra_qt/main.ui: remove unused actions "Load Symbol Map..." and "Select Game Directory..."
vvanelslande
2019-09-23 22:50:18 -05:00
cc9bcf3e48
fix uppercase sorting
vitor-k
2019-10-25 18:49:13 -03:00
e1fbf90e16
fix clang-format and lambda capture
Weiyi Wang
2019-10-05 10:54:07 -04:00
35690e3ac7
Merge pull request #4948 from vvanelslande/amiibo-dad
Weiyi Wang
2019-10-05 10:47:46 -04:00
00b9cdaf95
unfold UNREACHABLE implementation for dumb compilers
Weiyi Wang
2019-10-05 10:45:01 -04:00
a7b18efe49
Merge pull request #4945 from zhaobot/tx-update-20190921135538
Pengfei Zhu
2019-10-04 08:32:09 +08:00
a757e9dc47
Merge pull request #4960 from zhaowenlan1779/ffmpeg-cmake-fix
Weiyi Wang
2019-10-03 19:47:49 -04:00
977ccda30f
CMakeLists: Fix find_package call
zhupengfei
2019-10-03 09:35:08 +08:00
eb7527254f
Sort game items after the list is populated
vitor-k
2019-09-28 15:57:26 -03:00
476dcb1915
Use the displayed text for sorting GameListItemPath. By default, DisplayRole is used as the SortRole. This behaviour is what's expected by the user. Made it so that an access to SortRole is equivalent to one to DisplayRole. Also fixes a bug with directory sorting.
vitor-k
2019-09-27 22:15:20 -03:00
acf1fe5ee1
externals: Update fmt to master (#4955 )
MysticExile
2019-09-27 19:26:36 +02:00
80c9137a02
Merge pull request #4952 from FearlessTobi/backport-everything
James Rowe
2019-09-24 22:39:06 -06:00
1e93f568b5
Address review comments
FearlessTobi
2019-09-22 20:48:32 +02:00
a5d880979c
Backport changes from yuzu-emu/yuzu#2057
FearlessTobi
2019-09-22 17:47:18 +02:00
0a3f75c25f
Backport changes from yuzu-emu/yuzu#2806
FearlessTobi
2019-09-22 17:40:04 +02:00
029cc77c4b
Backport changes from yuzu-emu/yuzu#2444
FearlessTobi
2019-09-22 17:27:01 +02:00
05240770e0
Merge pull request #4946 from vvanelslande/ipc-recorder-fix-ok
James Rowe
2019-09-22 01:44:33 -06:00
cf40735269
Merge pull request #4950 from jroweboy/sdl-title
James Rowe
2019-09-22 01:39:51 -06:00
a650402eb5
citra_qt/RecordDialog: close when OK is clicked
vvanelslande
2019-09-21 09:35:12 -05:00
7152f4c748
Add FPS to SDL title bar
James Rowe
2019-09-21 21:39:01 -06:00
07eb89c6ee
citra_qt: add amiibo drag and drop support
vvanelslande
2019-09-21 17:02:42 -05:00
1e0e42044a
Update translations (2019-09-21)
The Citra Community
2019-09-21 13:57:24 +00:00
223bfc9a2a
Merge pull request #4847 from zhaowenlan1779/ipc-debugger
James Rowe
2019-09-21 00:04:07 -06:00
04ca7bbc73
Merge pull request #4944 from jroweboy/hostlog
James Rowe
2019-09-20 20:38:24 -06:00
63c31af8ee
Added Host CPU and OS to log
Pat
2019-09-14 20:28:39 +10:00
377abfa3e6
Merge pull request #4930 from vitor-k/pause-on-unfocus
Weiyi Wang
2019-09-20 14:51:01 -04:00
176b8b4a0b
Merge pull request #4917 from vitor-k/long-title
Weiyi Wang
2019-09-20 12:59:04 -04:00
8d8bc8fee7
small changes to ApplicationState handling, just in case
vitor-k
2019-09-18 15:26:38 -03:00
c1d3b5e61c
Merge pull request #4934 from vitor-k/boost_remnant
James Rowe
2019-09-18 10:57:37 -06:00
4b05078def
Merge pull request #4922 from Steveice10/master
James Rowe
2019-09-16 23:51:44 -06:00
3631490756
Merge pull request #4936 from BreadFish64/msvc-hack-extermination
Weiyi Wang
2019-09-16 16:01:35 -04:00
d0decf2166
remove ugly msvc hack
BreadFish64
2019-09-15 22:35:21 -05:00
147a7f0dec
Remove boost headers not currently used
vitor-k
2019-09-15 15:18:38 -03:00
a65f07301a
Merge pull request #4933 from vitor-k/boost_remnant
Weiyi Wang
2019-09-15 13:44:47 -04:00
bb12af1da7
Remove unused boost header
vitor-k
2019-09-15 14:00:55 -03:00
05b1cfc63b
Pause in background guard clause and unused flag
vitor-k
2019-09-15 01:08:12 -03:00
66b1e419c3
Naming changes and clang format
vitor-k
2019-09-14 18:14:23 -03:00
360e6cb513
Merge pull request #4900 from leoetlino/exheader-fix
Pengfei Zhu
2019-09-14 10:33:06 -05:00
356fd60520
Add option to enable pause when on background
vitor-k
2019-09-13 23:01:12 -03:00
22d3099ea2
Merge pull request #4925 from vitor-k/icon-style
Pengfei Zhu
2019-09-13 23:20:45 +08:00
7bfd829c77
Merge pull request #4893 from wwylele/nfc-state
James Rowe
2019-09-13 08:59:51 -06:00
7224ec57f6
Only auto unpause when auto paused
vitor-k
2019-09-11 21:53:26 -03:00
23405b4ce1
Pause on unfocused first draft This is a MVP, still needs one or more configuration option(s) and review of the code style.
vitor-k
2019-09-10 21:52:17 -03:00
4d2fee31b3
Prevent repetition on config.cpp
Vitor K
2019-09-10 00:01:55 -03:00
966d128025
Remove newlines from the long title in row2
vitor-k
2019-09-08 17:06:19 -03:00
719912786a
UISettings::GameListText Append a value to the enum to function as length counter. Also remove magic numbers where possible, by using the enum instead.
vitor-k
2019-09-07 00:15:07 -03:00
1f1ac98f10
Fix clang format for long-title
vitor-k
2019-09-05 22:54:39 -03:00
c866a8e428
Change GameListText order to improve configuration compatibility
vitor-k
2019-09-05 14:28:40 -03:00
f9cded05fd
Allow displaying of the full title in the interface, as well as use the full title in the search filter
vitor-k
2019-09-04 23:15:37 -03:00
d6f2bc8c04
Merge pull request #4896 from zhaowenlan1779/game-list-fix-3
James Rowe
2019-09-09 20:04:04 -06:00
ccf6d380af
Change the coding style of GameListIconSize bounds check to use the enum instead of magic numbers
vitor-k
2019-09-08 19:37:55 -03:00
5cf684c951
Filter non-executable files out of the game list.
Steveice10
2019-09-07 01:52:18 -07:00
24ec11f928
Merge pull request #4915 from FearlessTobi/port-2818
Weiyi Wang
2019-09-08 08:42:02 -04:00
4bc22aa350
Merge pull request #4918 from vitor-k/warnings
Pengfei Zhu
2019-09-06 22:08:06 +08:00
61f9710d95
remove unused call to nodiscard function
vitor-k
2019-09-05 17:11:38 -03:00
56091241ff
externals: update fmt to 6.0.0
Ethan
2019-08-29 21:32:58 +02:00
8c2a33553a
Merge pull request #4914 from vitor-k/windows-coffee
James Rowe
2019-09-03 14:25:58 -06:00
42d3d563b9
Merge pull request #4897 from zhaowenlan1779/warning-core-timing
Weiyi Wang
2019-09-03 16:06:27 -04:00