Commit graph

39 commits

Author SHA1 Message Date
Jean-Philip Desjardins
30568a057d Use app_config module.
Some checks failed
Build macOS / build_macos (push) Has been cancelled
Build Android / build_android (apk) (push) Has been cancelled
Build Android / build_android (libretro) (push) Has been cancelled
Build Linux ARM32 / build_linux_arm32 (push) Has been cancelled
Build Linux ARM64 / build_linux_arm64 (push) Has been cancelled
Build Windows Psf / build_windows_psf (off, x86_64, Visual Studio 16 2019, installer64.nsi, x64) (push) Has been cancelled
Build Windows Psf / build_windows_psf (on, x86_64, Visual Studio 16 2019, installer64.nsi, x64) (push) Has been cancelled
Build Windows / build_windows (x86_32, Visual Studio 16 2019, installer32.nsi, win32_msvc2019, Win32) (push) Has been cancelled
Build Windows / build_windows (x86_64, Visual Studio 16 2019, installer64.nsi, win64_msvc2019_64, x64) (push) Has been cancelled
Check Format / run_clangformat (push) Has been cancelled
Build iOS / build_ios (push) Has been cancelled
Build JavaScript / build_js (push) Has been cancelled
Build Linux / build_linux (push) Has been cancelled
2025-03-11 16:18:58 -04:00
Jean-Philip Desjardins
d7653a2f25 Fix warnings. 2023-07-10 17:17:57 -04:00
Jean-Philip Desjardins
aee69ac97c Fix a bunch of warnings. 2023-05-03 21:05:08 -04:00
Jean-Philip Desjardins
c7d2942f27 Cleanup. 2022-03-31 11:56:16 -04:00
Jean-Philip Desjardins
986648645a Report failure to free memory. 2022-03-03 14:02:07 -05:00
Jean-Philip Desjardins
d4f7a79e19 Add a constraint to keep alloc list sorted. 2021-09-01 09:31:31 -04:00
Jean-Philip Desjardins
2544da7b62 Add some debugging info in SYSMEM. 2021-09-01 09:31:30 -04:00
Jean-Philip Desjardins
a1ffcc556d Fix SYSMEM RPC command numbers.
Fixes sound in Phantasy Star Universe.
2021-03-09 13:07:03 -05:00
Jean-Philip Desjardins
c29813e718 Make message a warning. 2020-08-10 13:02:21 -04:00
Ian Brown
0c24165d92 implement QueryTotalFreeMemSize() 2019-01-15 21:31:17 +00:00
Jean-Philip Desjardins
0f2fcc31bb Use Warn function. 2018-05-25 12:24:51 -04:00
Clang-Format
acf75535ec Clang format 2018-04-30 21:01:23 +01:00
Mahmood(Thunder07)
97c229ec98 Cleanup
Silence:"warning: '0' flag ignored with precision and ‘%X’ gnu_printf format"
2017-05-29 06:01:32 +01:00
Jean-Philip Desjardins
09f5cb38f9 Handle edge case where alloc size would be rounded up to 0. 2016-07-10 22:46:04 -04:00
Jean-Philip Desjardins
2a946a155a Cleanup. 2016-02-28 15:50:04 -05:00
Jean-Philip Desjardins
92369c8f01 Fixed potential bug when allocating block. 2016-02-28 00:56:49 -05:00
Jean-Philip Desjardins
26dc01ea78 IopBios is now responsible for handling MEMORYBLOCK structures. 2016-02-27 18:34:51 -05:00
Jean-Philip Desjardins
d1f77b2264 Cleanup. 2016-02-26 22:32:40 -05:00
Jean-Philip Desjardins
8990cde786 Cleanup. 2016-02-20 15:55:15 -05:00
Jean-Philip Desjardins
5146c5d011 Merge branch 'master' into build_unix 2015-10-24 22:58:24 -04:00
Jean-Philip Desjardins
adaba0b192 Fixed using NULL as integer errors/warnings. 2015-10-23 23:18:32 -04:00
Jean-Philip Desjardins
1cf4173174 Changed minimum memory alloc block size to 256 bytes. 2015-10-17 00:14:29 -04:00
Jean-Philip Desjardins
3f5588abeb Cleanup. 2014-11-30 18:47:28 -05:00
Ian Brown
0ad4158254 free memory functions added 2014-11-30 18:34:12 -05:00
Jean-Philip Desjardins
eacf04f407 Implemented iopheap SifLoadMemory. 2014-11-08 21:53:56 -05:00
Jean-Philip Desjardins
3bcac99f41 Added some traces in SYSMEM functions. 2014-07-10 23:34:01 -04:00
jpd002
ca6646d65b Implemented SifSetDmaCallback (probably not the official name) in SIFMAN module.
git-svn-id: http://svn.purei.org/purei/trunk@1002 b36208d7-6611-0410-8bec-b1987f11c4a2
2012-09-18 06:33:33 +00:00
jpd002
9d6326ef5f Cleanup.
git-svn-id: http://svn.purei.org/purei/trunk@999 b36208d7-6611-0410-8bec-b1987f11c4a2
2012-09-16 00:28:14 +00:00
jpd002
89f7b32300 Improved some IOP modules for Shadow Hearts PSF set.
Added a patch in IopBios for Shadow Hearts.
Fixed annoying breakpoint problem.

git-svn-id: http://svn.purei.org/purei/trunk@739 b36208d7-6611-0410-8bec-b1987f11c4a2
2011-02-26 22:42:59 +00:00
jpd002
5150c519f3 Added new command in Cdvdfsv Iop module.
git-svn-id: http://svn.purei.org/purei/trunk@486 b36208d7-6611-0410-8bec-b1987f11c4a2
2009-02-27 02:34:17 +00:00
jpd002
3a1b32e2eb Fixed bug that was preventing Atelier Iris from working.
git-svn-id: http://svn.purei.org/purei/trunk@474 b36208d7-6611-0410-8bec-b1987f11c4a2
2009-02-07 06:16:49 +00:00
jpd002
f92d9f3d03 git-svn-id: http://svn.purei.org/purei/trunk@470 b36208d7-6611-0410-8bec-b1987f11c4a2 2009-02-03 19:17:16 +00:00
jpd002
dcd46cde52 Added some Sysmem function names.
git-svn-id: http://svn.purei.org/purei/trunk@444 b36208d7-6611-0410-8bec-b1987f11c4a2
2008-12-11 03:53:33 +00:00
jpd002
e64e16b5be Mucho IOP stuff.
git-svn-id: http://svn.purei.org/purei/trunk@441 b36208d7-6611-0410-8bec-b1987f11c4a2
2008-12-08 03:43:30 +00:00
jpd002
34d2839aa5 Some more Iop stuff again.
git-svn-id: http://svn.purei.org/purei/trunk@437 b36208d7-6611-0410-8bec-b1987f11c4a2
2008-12-05 03:30:01 +00:00
jpd002
d8b20c1b07 git-svn-id: http://svn.purei.org/purei/trunk@427 b36208d7-6611-0410-8bec-b1987f11c4a2 2008-11-28 23:46:52 +00:00
jpd002
6201ce907d Moar stuff for Guilty Gear XX.
git-svn-id: http://svn.purei.org/purei/trunk@381 b36208d7-6611-0410-8bec-b1987f11c4a2
2008-10-20 04:14:13 +00:00
jpd002
6e9d1bf4eb More conversion done for Ys1&2. (Displays something now)
git-svn-id: http://svn.purei.org/purei/trunk@228 b36208d7-6611-0410-8bec-b1987f11c4a2
2008-01-21 04:09:08 +00:00
jpd002
669ac71159 Even more conversion done for quake.elf (SIF/IOP overhaul)
git-svn-id: http://svn.purei.org/purei/trunk@224 b36208d7-6611-0410-8bec-b1987f11c4a2
2008-01-15 20:27:44 +00:00