illusion
1b197e0349
Merge remote-tracking branch 'upstream/master' into canary-old-update
2020-03-24 00:50:48 +11:00
Triang3l
821a9897ef
[Kernel/XAM] Even more detailed rationale for XNotifyGetNext param_ptr null check
2020-03-23 10:46:51 +03:00
Triang3l
61bcd467a6
[Kernel/XAM] Rationale for XNotifyGetNext param_ptr null check
2020-03-23 10:38:45 +03:00
Triang3l
a4ffcd5175
[D3D12] Update DXBC contribution notes
2020-03-23 00:13:54 +03:00
Gliniak
4f8cdd9967
[Kernel/XAM] XNotifyGetNext: Check for nullptr for param_ptr
2020-03-22 15:38:31 -05:00
Triang3l
cde092ece1
[D3D12] Persistent shader and PSO storage
2020-03-21 19:22:19 +03:00
illusion
c98ce2cdf9
Revert "fix fps counter transparency"
...
This reverts commit 46f3f95cf4
.
2020-03-21 00:15:13 +11:00
Margen67
b965bc9a78
[Azure Pipelines+GitHub Actions] Yet moar changes
...
Save one robocopy by copying LICENSE to the build folder instead of copying it twice.
Azure Pipelines:
Switch artifact preparation to PowerShell to be consistent with GitHub Actions.
2020-03-20 21:21:49 +11:00
illusion
d9a4f5bdb8
Merge remote-tracking branch 'upstream/master' into canary-old-update
2020-03-14 22:50:54 +11:00
illusion
943ca109ae
Revert "[App] Improve content_root cvar handling, set content_root after reading config"
...
This reverts commit ab063d6850
.
2020-03-14 22:50:46 +11:00
Margen67
977077f9db
[CI] Even moar changes
...
Remove CPU info step.
Azure Pipelines:
Remove unneeded robocopy for SDL2.dll, use direct path for artifact instead.
GitHub Actions:
Update ISSUE_TEMPLATE exclusion.
Name stuff.
Switch back to default shell/robocopy for artifact preparation.
Seperate xenia-vfs-dump artifact.
GitHub Actions/AppVeyor:
Add -mx1 to 7z (supposedly faster)
2020-03-14 22:45:56 +11:00
Triang3l
b1d3fd2ad3
[App/Config] Add storage_root cvar and make content_root inside it by default, move game configs from content
2020-03-13 09:42:29 +03:00
Margen67
61d3938d27
[Azure Pipelines] Don't double zip artifacts
...
Also seperate them.
2020-03-08 17:09:01 +11:00
Margen67
edab0fd46f
[README] Add AppVeyor link, uncomment compatibility
2020-03-08 17:08:51 +11:00
illusion
e44c450eb7
Merge remote-tracking branch 'upstream/master' into canary-old-update
2020-03-08 17:01:45 +11:00
Margen67
b3d1c5982a
[CPU] Typo fix
2020-03-07 19:39:56 -06:00
Gliniak
5558c8aafe
[XAM/Network] Implemented NetDll___WSAFDIsSet
2020-03-03 17:07:49 -06:00
Rick Gibbed
0b5ee8a4a3
[Travis] Fix usage of deprecated keys.
2020-03-02 10:16:01 -06:00
gibbed
8d5d70c77f
[XAM] Don't allow an empty title.
...
[XAM] Don't allow an empty titles because ImGui explodes otherwise.
2020-02-29 15:47:19 -06:00
emoose
ab063d6850
[App] Improve content_root cvar handling, set content_root after reading config
...
Old code also had a chance of leaving config_folder empty, if content_root was set before reading config (eg. was set on command line), which didn't seem like it was intended?
Now config_folder should always be set up to one of the default folders.
The content_root value from config was also being ignored, since we set up content_root before reading config, now we'll set it up again if content_root is set.
2020-02-25 12:35:49 +07:00
Triang3l
b12554c5af
[GPU] Add VGT_DRAW_INITIATOR to registers.cc
2020-02-25 08:05:47 +03:00
illusion
219a4db3ba
Merge remote-tracking branch 'upstream/master' into canary-old-update
2020-02-25 11:53:14 +07:00
illusion
86180769a9
Revert "[Kernel] Fix wide-printf functions not processing %ws format correctly"
...
This reverts commit 811825afab
.
2020-02-25 11:49:47 +07:00
illusion
2e80fc00fe
Revert "[Kernel] *FormatData: make peek() match get() endian, fix skip() not advancing pointer"
...
This reverts commit 086c28e55d
.
2020-02-25 11:49:46 +07:00
gibbed
aa28430786
[x64] NAN up vmsum3fp128/vmsum4fp128.
...
It seems vmsum3fp128/vmsum4fp128 need to output a NAN on overflow.
Do so. Probably inefficiently.
2020-02-24 18:13:07 -06:00
emoose
9185cdcc79
[Kernel] Fix wide-printf functions not processing %ws format correctly
...
This would break format strings like memory://%.*ws (that dashboard tries using), because the "ws" part would set FF_IsWide, but FF_IsWide actually seemed to be used as an "is opposite encoding" flag.
Since the format string is wide that'd make it treat the param as ASCII, but in dashboards case the param string provided is actually a wide string.
(in other words, it seems %ws is supposed to mean that the param is always a wide string, not that the param is just opposite encoding)
This changes the old FF_IsWide to FF_InvertWide, and adds a new FF_IsWide that means that the param is always wide.
2020-02-24 14:58:09 -06:00
emoose
ac5d548e90
[Kernel] *FormatData: make peek() match get() endian, fix skip() not advancing pointer
2020-02-24 14:58:09 -06:00
Triang3l
90b772a330
[GPU] Set VGT_DRAW_INITIATOR and use major mode from it
2020-02-24 23:27:25 +03:00
gibbed
8204fa163a
Update libav submodule.
2020-02-24 00:34:19 -06:00
Triang3l
c156616103
[Memory] Invalidate physical memory in Release/Decommit ( #1559 )
2020-02-24 01:04:30 +03:00
Triang3l
95475d5f78
[D3D12] SharedMemory::ClearCache invalidating pages, destroying watches
2020-02-23 15:55:41 +03:00
Triang3l
cf99696e79
[Kernel] Fix incorrect TranslatePhysical usage in XFile
2020-02-23 14:51:49 +03:00
Rick Gibbed
d484051942
[AppVeyor] Ignore more Linux file types.
...
[AppVeyor] Ignore changes to more Linux file types.
2020-02-22 17:32:36 -06:00
Rick Gibbed
4ca0d0a656
[App] Remove inadvertent constexpr.
2020-02-22 13:50:17 -06:00
gibbed
de50780107
Force -style=file for xb lint.
2020-02-22 13:29:07 -06:00
gibbed
a6e6f0f7bf
Lint cleanup.
2020-02-22 13:29:07 -06:00
gibbed
5aeeed72b9
Lint all files in a sorted manner.
2020-02-22 12:31:21 -06:00
gibbed
39765093d6
Fix xb lint --all on Windows.
2020-02-22 12:31:21 -06:00
gibbed
ad0c781c37
Fix diff.py to assume UTF-8.
2020-02-22 12:31:21 -06:00
gibbed
6c81f32426
Don't use Preserve for IncludeBlocks.
2020-02-22 12:31:21 -06:00
gibbed
ec15da8b14
Use newer clang+llvm+clang-format.
2020-02-22 12:31:21 -06:00
gibbed
2ad5ee8ff6
Force clang-format config that differs on Travis.
2020-02-22 10:26:26 -06:00
Triang3l
d156c3275d
[Memory] Fix incorrect comparison in QueryRangeAccess
2020-02-22 18:12:46 +03:00
Triang3l
1e9f999b37
[Kernel] Add xe:: in XFile::Read for consistency
2020-02-22 18:10:25 +03:00
Triang3l
f858631245
[Kernel] Trigger memory callbacks after file read
2020-02-22 18:06:56 +03:00
Triang3l
028c784c5c
[Memory] Make heap_size actually mean size rather than high address
2020-02-22 14:55:28 +03:00
Prism Tutaj
f6e6641568
[XB] Fix python not expecting UTF-8 for the output of vswhere
2020-02-21 00:37:24 -06:00
Joel Linn
8efa35d996
Remove unused yaml-cpp.
2020-02-20 06:44:34 -06:00
Joel Linn
64539621b4
Replace binary_function by plain function.
...
- Deprecated in C++11
- Removed in C++17
2020-02-20 06:44:09 -06:00
illusion
8556177347
ugh
2020-02-20 05:08:52 -05:00