Commit graph

1554 commits

Author SHA1 Message Date
Asuka
654c7f5ce6 add submit and present call 2019-11-30 23:38:44 +08:00
Nick Renieris
2ea9e83e7b linker: Fix logging of unknown function call NIDs 2019-11-30 17:00:52 +02:00
Ykisl
474fdf1e15
Merge pull request #11 from Inori/master
Update
2019-11-30 21:13:14 +07:00
Asuka
c101d6cdf5
Merge pull request #20 from DummyCatz/master
Update ELFMapper.cpp
2019-11-30 16:15:54 +08:00
Asuka
e03ee8db40
Merge pull request #21 from Ykisl/sceFios
[SceFios] Add not implemented features for Nier
2019-11-30 16:14:32 +08:00
Ykisl
4dd241a2c9 Add Features for Nier 2019-11-30 13:52:23 +07:00
DummyCatz
d3c568af19 Update ELFMapper.cpp
Fix ELF header length check bug which is discovered by @AllanZyne
2019-11-30 10:04:35 +08:00
DummyCatz
5d91dd4401 Update ELFMapper.cpp
Fix ELF header length check bug which is discovered by @AllanZyne
2019-11-30 10:03:12 +08:00
DummyCatz
534637ef67 changes on module system
+ Move compile time constant flags into ModuleSystemCommon.h
+ Add a new flag for logging unresolved function only.
+ Rename some variable names to eliminate ambiguity.
2019-11-30 09:47:12 +08:00
Asuka
74e93fc4e2 bind pipeline 2019-11-30 05:17:35 +08:00
Asuka
8091808a28 Implement updateShaderResources 2019-11-30 05:15:05 +08:00
Asuka
761cb41cb7 Implement pipiline update functions 2019-11-30 04:44:17 +08:00
Asuka
fb15c55189 Implement some state and binding update functions 2019-11-30 04:18:38 +08:00
Asuka
d4b6ed62eb copyBuffer param change 2019-11-29 19:30:51 +08:00
Asuka
abe2da6f32 Add weak buffer defination 2019-11-29 19:23:24 +08:00
Asuka
88e71ebbb2 sperate detph render target with color render target 2019-11-29 18:39:04 +08:00
Asuka
bddbcc0328 add basic controller classes 2019-11-28 22:01:47 +08:00
Asuka
a0c943e006 initial version presenter 2019-11-28 00:43:57 +08:00
Ykisl
d8471c1e32
Merge pull request #10 from Inori/master
Update
2019-11-27 21:26:00 +07:00
Asuka
fb240abd93
Merge pull request #19 from Ykisl/scek
[SceLibkernel]  Process id functions
2019-11-27 21:45:22 +08:00
Ykisl
836a494004 pid fix 2019-11-27 18:59:31 +07:00
Ykisl
777450c264 Revert " getting process id"
This reverts commit d6a992f645.
2019-11-27 18:49:21 +07:00
Ykisl
ae1a4abf3c getting process id 2019-11-27 18:46:23 +07:00
Ykisl
d6a992f645 getting process id 2019-11-27 18:44:47 +07:00
Asuka
f44db5106c Update deme gif links
Due to LFS bandwith limit, the original links can't be used after LFS disabled.
2019-11-26 11:31:02 +08:00
Asuka
63663b9220 Git repo image test 2019-11-26 11:26:00 +08:00
Asuka
9d78d699ef Revert "Test gitlab image"
This reverts commit 73e76963ee.
2019-11-26 01:01:51 +08:00
Asuka
73e76963ee Test gitlab image 2019-11-26 01:01:11 +08:00
Asuka
55ba65bc73 Update ReadMe.md 2019-11-26 00:55:54 +08:00
Asuka
df23b21966 Revert "Update ReadMe.md"
This reverts commit d5d6ba8a90.
2019-11-26 00:54:04 +08:00
Asuka
d5d6ba8a90 Update ReadMe.md 2019-11-26 00:42:04 +08:00
Asuka
0b08067d1b Google photo test 2019-11-26 00:41:00 +08:00
Asuka
458ced29b9 DropBox image test 2019-11-26 00:33:11 +08:00
Asuka
1b6d644051 Test google photo link 2019-11-26 00:22:46 +08:00
Asuka
afb770b44d Add empty GvePresenter 2019-11-25 23:59:07 +08:00
Asuka
95ebbea65a Add empty context update functions 2019-11-25 23:56:11 +08:00
Asuka
c20e9cc48a Move some create function to better places 2019-11-25 23:02:40 +08:00
Asuka
2bfd45e2dc Fix GveHash.h location 2019-11-25 22:32:08 +08:00
Ykisl
2f222244f0
Merge pull request #9 from Inori/master
Update
2019-11-25 20:14:00 +07:00
Asuka
9884a42107
Merge pull request #16 from Ykisl/scek
[SceLibkernel] Add and implement some features
2019-11-25 20:51:46 +08:00
Ykisl
834521c385 Error Code Correction 2019-11-25 18:19:35 +07:00
Asuka
dd2137bd70
Merge pull request #18 from mailwl/vc2019
Add needed headers to build in VS2019
2019-11-25 17:07:40 +08:00
mailwl
8bd5cc193a Add needed headers to build in VS2019 2019-11-25 11:41:00 +03:00
Ykisl
03526335d3 oops 2019-11-24 17:08:17 +07:00
Ykisl
1be5057183 Add and implement some features 2019-11-24 17:01:51 +07:00
Asuka
a573c8f104
Delete unused code 2019-11-24 11:24:34 +08:00
Asuka
464adc40f2
Delete test code 2019-11-24 11:18:11 +08:00
Asuka
01957dbd7a
Merge pull request #15 from DummyCatz/mod-stuff
Changes on module system
2019-11-24 11:05:53 +08:00
DummyCatz
3918db12dc changes on module system
+ Move compile time constant flags into ModuleSystemCommon.h
+ Add a new flag for logging unresolved function only.
+ Rename some variable names to eliminate ambiguity.
2019-11-24 10:40:03 +08:00
Asuka
e0d4bdeb11
Update ReadMe.md 2019-11-24 10:39:09 +08:00