Commit graph

2603 commits

Author SHA1 Message Date
bookmist
d2d9097d9c gdbstub: fix some warnings 2022-03-17 06:16:05 +01:00
bookmist
dbc8765da5 gui: fix some warnings 2022-03-17 06:16:05 +01:00
bookmist
858354da23 cpu/unicorn_cpu: fix some warnings 2022-03-17 06:16:05 +01:00
bookmist
c1755dcdd5 mem: fix some warnings 2022-03-17 06:16:05 +01:00
bookmist
b10b834907 modules: fix crash when module not loaded 2022-03-17 06:16:05 +01:00
bookmist
3a8207beab glutil: fix APIENTRY redefine warning 2022-03-17 06:16:05 +01:00
bookmist
56c7717557 modules/SceLibKernel: fix sceIoLseek for 4Gb+ files 2022-03-17 06:16:05 +01:00
Zangetsu38
77fd8e8f78 project: run format. 2022-03-16 02:11:11 +01:00
pent0
e747ef9cee shader: Implement LIMM
- Fix bald miku.
2022-03-16 02:10:48 +01:00
Sergi Granell
bbd110e47e gxm: split public SceGxm types and internal+opaque SceGxm types 2022-03-16 07:57:54 +07:00
croden1999
6b61796f1c gui/app context menu: rename looks like more reasonable. 2022-03-11 00:08:07 +01:00
qurious-pixel
8e3f4d8bef Run scoop as Admin 2022-03-10 15:22:26 +01:00
Zangetsu38
9549d86901 modules/SceAppUtil: Add support of (date/time) on SystemParamGetInt.
- move both format from user to cfg.
- stub time zone and summer time.
- Add support of user name created in SystemParamGetString.
2022-03-06 12:40:43 +01:00
Zangetsu38
04abf5a5f1 lang: fix typo on user management for english. 2022-03-05 20:26:51 +01:00
Zangetsu38
064ca9366c lang: fix typo of save shild. 2022-03-04 22:17:49 +01:00
Zangetsu38
8cc6d7e33f gui/font: add glyph of Greek and Coptic. 2022-03-04 22:17:49 +01:00
croden1999
2b2b48adf9 gui/lang: update user management lang string. 2022-03-04 20:44:44 +01:00
CreepNT
b37293faf1 modules/SceLibKernel: fix Offset value send on SceIo(Pread/Pwrite).
- io/state functions: fix Offset value and using using _fseeki64.
2022-03-03 06:21:34 +01:00
CreepNT
a4819a20e2 io/stat file: Increment size of value, with using _wstati64. 2022-03-03 06:21:34 +01:00
Zangetsu38
d58b1ef393 external: update dynarmic submodule. 2022-03-01 21:10:06 +01:00
Zangetsu38
278e2bf7fe modules/SceGxm: implement both _sceGxmTextureSet(Height/width)
- fix log spam when texture format is tasked on sceGxmTextureSetWidth.
2022-02-26 11:10:30 +01:00
bookmist
14c9067e2a modules/SceGxm: use host callbacks to alloc mem in ShaderPatcher. Also implement sceGxmShaderPatcherSetUserData
Callbacks usage is not the same as in original module, many more callbacks should be used.
2022-02-26 11:10:04 +01:00
pent0
c85b005db7 display: Attempt emulate vsync instead of relying on main thread. 2022-02-25 14:55:11 +01:00
pent0
166cdfecb1 modules/SceGxm: Set the avg scenes par frame in DisplayQueueAddEntry. 2022-02-25 14:50:05 +01:00
pent0
0f6df27e7d renderer: Fix texture cache timestamp not updated
Who deleted it?
2022-02-25 14:49:43 +01:00
Zangetsu38
3c1e85b52c settings: improve dialog selet lang/time format.
- remove child for delete stupid space.
- refactor settings menu with using enum.
2022-02-24 16:02:53 +01:00
Zangetsu38
73ae376c71 vita3K: add support of install app patch.
- refactor some code.
2022-02-23 18:22:09 +01:00
bookmist
c45c274825 ngs/atrac9: fix sound bug when playing mono atrac9 sound 2022-02-23 16:15:20 +01:00
Zangetsu38
b71acdca9e gui/live area: Add update icon.
- small refactor of code.
2022-02-23 14:47:20 +01:00
bookmist
775aced727 codec/pcm: fix intermediate buffer size calculation for adpcm decoder 2022-02-23 02:40:58 +01:00
Zangetsu38
f5073260ed lang: complete refactor. 2022-02-20 23:06:57 +01:00
Zangetsu38
35f89f6cfa interface: fix one warning compile. 2022-02-20 23:06:45 +01:00
CreepNT
79cca68372 modules/SceLibKernel: Add ring buffer-based message pipes.
- fix MsgPipe implementation.
- fix one kernel warning on ThreadDataQueue.
2022-02-20 22:07:12 +01:00
bookmist
56a0c7bc72 codec/atrac9: output format now is signed short.
- sceAudiodecDecode need this format.
2022-02-19 18:04:14 +01:00
bookmist
2a36d616f3 ngs/player: fix AV crash.
- Expand too small extra storage buffer if needed.
2022-02-19 18:04:14 +01:00
tcoyvwac
6ce0f913bb shader/translator: refactor using standard algorithms
Prefer std::any_of over raw range-for loop.
2022-02-19 17:47:06 +01:00
bookmist
1dbd6f146f external: put external libraries into external folder in the solution 2022-02-19 12:17:41 +01:00
bookmist
aa0ce2b058
ci/workflows: update Visual Studio version (#1609) 2022-02-15 20:40:58 +01:00
Croden1999
a7af40d049
gui/main_menubar: update a lang string. (#1606) 2022-02-15 05:36:55 +01:00
hobyst
55d2cd73dd gui: Fix ImGui assertion on initial setup 2022-02-12 20:33:48 +01:00
Zangetsu38
70bc155be8 gui/settings/theme: Add link of custom theme website. 2022-02-11 18:52:38 +01:00
Zangetsu38
3f9cad08a8 gui/archive install dialog: add support of multiple contents.
- can install inside one zip App/Addcont/path/etc...
2022-02-11 18:52:21 +01:00
hobyst
a936a3a0a0 codec and ngs: Implement playback rate scaling 2022-02-11 18:06:53 +01:00
hobyst
34606622a2 Build: Add Soundtouch 2.3.1 audio manipulation library 2022-02-11 18:06:53 +01:00
Croden1999
5ab6608d80 gui/initial setup: fix some string. 2022-02-11 05:45:14 +01:00
Zangetsu38
56bf835479 gui/theme: allow install custom theme.
- fix invisible bar/indicator when alpha value is missing or wrong size.
- fix black texture when no found bg.
- add internet browser icon.
- add support of notice font color.
- refactor get manual page.
- fix Unicode support of theme content id.
2022-02-10 19:41:28 +01:00
Zangetsu38
a1e27c6020 gui: Add initial setup in first boot. 2022-02-10 18:42:16 +01:00
bookmist
9f6772c36d shader/translator: optimisation. implement operation any OR 0 as assign 2022-02-06 20:34:43 +01:00
Zangetsu38
2304a050be gui/apps cache: Add language of cache. 2022-01-30 12:52:58 +01:00
Zangetsu38
3e16e61bc3 gui/about dialog: Add developers and contributors list.
- delete patreon outdated.
- add button for download firmware and font package in welcome dialog.
- little refactor of about/welcome dialog.
2022-01-30 12:45:49 +01:00