mirror of
				https://github.com/Thesola10/umd-livepatch.git
				synced 2025-08-09 22:02:02 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			23 lines
		
	
	
		
			250 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			250 B
		
	
	
	
		
			C
		
	
	
	
	
	
#include "io_funcs.h"
 | 
						|
#include "patch.h"
 | 
						|
 | 
						|
lp_UMDiffCommand cmd_buffer[CMD_BUFFER_SIZE];
 | 
						|
 | 
						|
lp_UMDiffFile
 | 
						|
lp_PatchSet_open(const char *path)
 | 
						|
{
 | 
						|
 | 
						|
}
 | 
						|
 | 
						|
int
 | 
						|
lp_PatchSet_covered(lp_UMDiffCommand *ps, u32 offset)
 | 
						|
{
 | 
						|
 | 
						|
}
 | 
						|
 | 
						|
int
 | 
						|
lp_loadCmdsForIndex(long sector)
 | 
						|
{
 | 
						|
 | 
						|
}
 |