mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
Move align helpers to util/asm.hpp
Also add some files: GLTextureCache.cpp VKTextureCache.cpp
This commit is contained in:
parent
d254a5736b
commit
eec11bfba9
52 changed files with 794 additions and 713 deletions
|
|
@ -1,6 +1,8 @@
|
|||
#include "stdafx.h"
|
||||
#include "PSF.h"
|
||||
|
||||
#include "util/asm.hpp"
|
||||
|
||||
LOG_CHANNEL(psf_log, "PSF");
|
||||
|
||||
template<>
|
||||
|
|
@ -208,7 +210,7 @@ namespace psf
|
|||
}
|
||||
|
||||
// Align next section (data) offset
|
||||
key_offset = ::align(key_offset, 4);
|
||||
key_offset = utils::align(key_offset, 4);
|
||||
|
||||
// Generate header
|
||||
header_t header;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue